Esempio n. 1
0
 protected override void resetDataGridView()
 {
     TableForLoad = BllEquipmentDee.GetTableByTimeSpan(ctBegin.Value.AddDays(-1).ToString(), ctEnd.Value.ToString(), UserStatics.OptrType);
     reloadDataGridView();
 }
Esempio n. 2
0
 protected override void InitData()
 {
     ActionTable  = UserStatics.GetUserActions(ModuleId);
     TableForLoad = BllEquipmentDee.GetTableByTimeSpan(ctBegin.Value.ToString(), ctEnd.Value.ToString(), UserStatics.OptrType);
 }