public SettingsNode(string title, SettingsControl editorControl)
     : base(title)
 {
     EditorControl = editorControl;
 }
Beispiel #2
0
 public SettingsNode(string title, SettingsControl editorControl)
     : base(title)
 {
     EditorControl = editorControl;
 }