Esempio n. 1
0
 private void ZtRebindData()
 {
     this.dg_ScanList.DataSource = ZtPinTuoManager.GetUserData(Program.UserID);
     new DB().SetDataGridCloumnWidth(dg_ScanList);
 }
Esempio n. 2
0
 private void RebindData()
 {
     this.dg_ScanList.DataSource = ZtPinTuoManager.GetUserData(Program.UserID);
 }