프로젝트

일반

사용자정보

개정판 1d79913e

ID1d79913ed251f7cde902fe7017e289cdc350ab0e
상위 42d49521
하위 b4a1c7ff

김태성이(가) 약 2년 전에 추가함

issue #00000 error notice mail 안 되는 문제 수정

Change-Id: I307236bdea2ca63347b99a174c02e1e53f05a3a7

차이점 보기:

KCOM/Views/MainMenu.xaml.cs
4616 4616
            //if (result)
4617 4617
            //{
4618 4618
                btnFinalPDF.IsEnabled = false;
4619

  
4619
           
4620 4620
              await  ConsolidationMethod();
4621 4621
            //}
4622 4622
            //else
......
4710 4710
            }
4711 4711
            else
4712 4712
            {
4713
                var isSave = this.ParentOfType<MainWindow>().dzTopMenu.SaveEvent();
4713
                var isSave = await this.ParentOfType<MainWindow>().dzTopMenu.SaveEventAsync();
4714 4714

  
4715 4715
                if (isSave)
4716 4716
                {
......
4724 4724
                    }
4725 4725
                    int iPageNo = Convert.ToInt32(this.ParentOfType<MainWindow>().dzTopMenu.tlcurrentPage.Text);
4726 4726

  
4727
                    result = ConsolidateCommand.Instance.Execute(MySelectItem, iPageNo);
4727
                    result = await ConsolidateCommand.Instance.ExecuteAsync(MySelectItem, iPageNo);
4728 4728
                }
4729 4729
            }
4730 4730

  

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)