Esempio n. 1
0
 protected override void resetDataGridView()
 {
     TableForLoad = BllBaseInfoStaff.GetTable(UserStatics.OptrType);
     reloadDataGridView();
 }
Esempio n. 2
0
 protected override void InitData()
 {
     ActionTable  = UserStatics.GetUserActions(ModuleId);
     TableForLoad = BllBaseInfoStaff.GetTable(UserStatics.OptrType);
 }