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