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