Inheritance: System.Windows.Forms.UserControl
コード例 #1
0
ファイル: StringListUIEditor.cs プロジェクト: CisBetter/ags
 public StringListUIEditor()
 {
     editor = new StringListUIEditorControl(this);
 }
コード例 #2
0
 public StringListUIEditor()
 {
     editor = new StringListUIEditorControl();
 }