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