개정판 4c1692a1
issue 000: 이미지 미선택시 경고창 문구 변경
Change-Id: Ia2395c89f098596d5b1f4a8bcfd7c0b9998a4d6a
KCOM/Events/Implementation/TopMenuEvent.cs | ||
---|---|---|
1729 | 1729 |
Common.ViewerDataModel.Instance.ControlTag = null; |
1730 | 1730 |
this.ParentOfType<MainWindow>().dzMainMenu.controlType = MarkupToPDF.Controls.Common.ControlType.None; |
1731 | 1731 |
this.ParentOfType<MainWindow>().dzMainMenu.mouseHandlingMode = IKCOM.MouseHandlingMode.None; |
1732 |
this.ParentOfType<MainWindow>().DialogMessage_Alert("이미지가 선택되지 않았습니다.", "Alert");
|
|
1732 |
this.ParentOfType<MainWindow>().DialogMessage_Alert("No Image selected.", "Alert");
|
|
1733 | 1733 |
} |
1734 | 1734 |
} |
1735 | 1735 |
catch(Exception ex) |
내보내기 Unified diff