Пример #1
0
 protected Pane(string label, string path, SettingsScope scope, IHasSettings settingsContainer) :
     base(path, scope)
 {
     this.label             = label;
     this.settingsContainer = settingsContainer;
     settingsContainer?.Load();
 }