public SettingsNode(string title, SettingsControl editorControl)
     : base(title)
 {
     EditorControl = editorControl;
 }
Esempio n. 2
0
 public SettingsNode(string title, SettingsControl editorControl)
     : base(title)
 {
     EditorControl = editorControl;
 }