예제 #1
0
 protected void btnClose_Click(object sender, EventArgs e)
 {
     try
     {
         TheCycleCountMgr.ManualCloseCycleCount(Code, this.CurrentUser);
         UpdateView();
         ShowSuccessMessage("Common.Business.Result.Close.Successfully");
     }
     catch (BusinessErrorException ex)
     {
         this.ShowErrorMessage(ex);
     }
 }