Esempio n. 1
0
 /// <summary>
 /// 批量保存
 /// </summary>
 private void BatchSave()
 {
     moduleService.BatchSave(UserInfo, this.DTModuleList);
     // 绑定屏幕数据
     this.FormOnLoad();
     if (SystemInfo.ShowInformation)
     {
         // 批量保存,进行提示
         MessageBoxHelper.ShowSuccessMsg(RDIFrameworkMessage.MSG0012);
     }
 }