상속: System.Windows.Forms.UserControl
예제 #1
0
 public StringListUIEditor()
 {
     editor = new StringListUIEditorControl(this);
 }
예제 #2
0
 public StringListUIEditor()
 {
     editor = new StringListUIEditorControl();
 }