рефакторинг. вынес в обобщенную часть бд, но еще не все
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
package Visual_DVM_2021.UI.Interface;
|
||||
import _VisualDVM.Global;
|
||||
import Common.Utils.CommonUtils;
|
||||
public interface FormWithSplitters {
|
||||
default void LoadSplitters() {
|
||||
Global.db.splitters.Load(this);
|
||||
CommonUtils.db.splitters.Load(this);
|
||||
}
|
||||
default void SaveSplitters() {
|
||||
Global.db.splitters.Save(this);
|
||||
CommonUtils.db.splitters.Save(this);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user