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