개정판 399976da
issue #999: 저장 오류 메세지와 완료 메세지 창이 같이 나타나지 않도록 수정
Change-Id: I3c7de74b81c3c4ca0061d67e01e33bb7cb381a7f
KCOM/Events/Implementation/TopMenuEvent.cs | ||
---|---|---|
457 | 457 |
this.ParentOfType<MainWindow>().DialogMessage_Alert("Save 가 완료되었습니다.", "Alert"); |
458 | 458 |
} |
459 | 459 |
} |
460 |
catch(Exception ex) |
|
461 |
{ |
|
462 |
; |
|
463 |
} |
|
460 | 464 |
finally |
461 | 465 |
{ |
462 | 466 |
} |
... | ... | |
527 | 531 |
catch (Exception ex) |
528 | 532 |
{ |
529 | 533 |
this.ParentOfType<MainWindow>().dzMainMenu.DialogMessage_Alert(string.Format("세이브 실패:{0}", ex.Message), "Alert"); |
534 |
throw new Exception(); |
|
530 | 535 |
} |
531 | 536 |
} |
532 | 537 |
|
내보내기 Unified diff