no message

This commit is contained in:
2024-10-20 21:59:39 +03:00
parent 99643aa755
commit fda2940a79
95 changed files with 872 additions and 817 deletions

View File

@@ -56,8 +56,4 @@ public abstract class DBObject implements Selectable, Serializable {
public void SynchronizeFields(DBObject src) {
selected = src.selected;
}
//---------для отображения.
public Object getFieldAt(int coulmnIndex) {
return null;
}
}