диалог для сравнения двм задач

This commit is contained in:
2024-03-04 20:29:05 +03:00
parent 3c43984fe4
commit e8f2e50257
11 changed files with 180 additions and 20 deletions

View File

@@ -82,6 +82,12 @@ public abstract class ComparisonForm<T> {
} else
UI.Info(log.toString());
}
public void ApplyObject(DBObject object_in){
RemoveObject();
object = (T)object_in;
applyObject();
showObject();
}
private void ShowCurrentDiff() {
Body.gotoLine_(colors.get(current_diff_line).getKey());
}