개정판 1d79913e
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