개정판 08a73330
issue #999: 저장 오류 메세지와 완료 메세지 창이 같이 나타나지 않도록 수정
Change-Id: I40afb9de540981b31bfae5738b245345eab75bb1
KCOM/Events/Implementation/TopMenuEvent.cs | ||
---|---|---|
426 | 426 |
RefactoryCommentReact(menu); |
427 | 427 |
ViewerDataModel.Instance._markupInfoList.Where(data => data.MarkupInfoID == (item as IKCOM.MarkupInfoItem).MarkupInfoID).FirstOrDefault().UpdateTime = DateTime.Now; |
428 | 428 |
|
429 |
|
|
429 | 430 |
if (ViewerDataModel.Instance.IsConsolidate) |
430 | 431 |
{ |
431 | 432 |
return; |
... | ... | |
459 | 460 |
} |
460 | 461 |
catch(Exception ex) |
461 | 462 |
{ |
462 |
; |
|
463 |
|
|
463 | 464 |
} |
464 | 465 |
finally |
465 | 466 |
{ |
... | ... | |
531 | 532 |
catch (Exception ex) |
532 | 533 |
{ |
533 | 534 |
this.ParentOfType<MainWindow>().dzMainMenu.DialogMessage_Alert(string.Format("세이브 실패:{0}", ex.Message), "Alert"); |
534 |
throw new Exception();
|
|
535 |
throw ex;
|
|
535 | 536 |
} |
536 | 537 |
} |
537 | 538 |
|
내보내기 Unified diff