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