Inheritance: System.Windows.Forms.UserControl
Exemplo n.º 1
0
 public TableEditorPane(TableNode table)
   : base(null)
 {
   tableEditor = new TableEditor(this, table);
 }
Exemplo n.º 2
0
 public TableEditorPane(TableNode table) : base(null)
 {
     tableEditor = new TableEditor(this, table);
 }