Ejemplo n.º 1
0
 public CreateTableDetailWindow(EnteringType eType, string tableName)
 {
     InitializeComponent();
     CurEnteringType = eType;
     _curTablename   = tableName;
     InitSelf();
 }
Ejemplo n.º 2
0
 public CreateTableDetailWindow(EnteringType eType)
 {
     InitializeComponent();
     CurEnteringType = eType;
     InitSelf();
 }