Пример #1
0
 protected override void resetDataGridView()
 {
     TableForLoad = BllEquipmentAllQuery.GetTableByTimeSpan(ctBegin.Value.ToShortDateString(), ctEnd.Value.AddDays(1).ToShortDateString(), UserStatics.OptrType);
     reloadDataGridView();
 }
Пример #2
0
 protected override void InitData()
 {
     ActionTable  = UserStatics.GetUserActions(ModuleId);
     TableForLoad = BllEquipmentAllQuery.GetTableByTimeSpan(ctBegin.Value.ToShortDateString(), ctEnd.Value.AddDays(1).ToShortDateString(), UserStatics.OptrType);
 }