Пример #1
0
 protected override void InitData()
 {
     lbFind.Text = "输入机台号任意尾数筛选";
     ActionTable = UserStatics.GetUserActions(ModuleId);
     if (IsSelect == true)
     {
         TableForLoad = BllEquipmentInformation.GetPartTable(UserStatics.OptrType);
     }
     else
     {
         TableForLoad = BllEquipmentInformation.GetTable(UserStatics.OptrType);
     }
 }
Пример #2
0
 override protected void DeleteCurrentRow()
 {
     BllEquipmentInformation.DelCell((long)baseDataGridView.SelectedCells[0].Value);
 }