Inheritance: System.Windows.Forms.UserControl
Esempio n. 1
0
 public StringListUIEditor()
 {
     editor = new StringListUIEditorControl(this);
 }
Esempio n. 2
0
 public StringListUIEditor()
 {
     editor = new StringListUIEditorControl();
 }