Exemple #1
0
 public void FldlibBasedGridTest()
 {
     var dlg = new SysconCommon.GUI.FldlibBasedGrid();
     dlg.SetEditTable("dedmap");
     dlg.ShowDialog();
 }
 public void EditTableWithGrid(string table_name)
 {
     smartGetSMBDir();
     var dlg = new SysconCommon.GUI.FldlibBasedGrid();
     dlg.SetEditTable(table_name);
     dlg.ShowDialog();
 }