диалог для сравнения двм задач
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user