개정판 a537d79a
참조 수정/status 수정
Change-Id: Ic86b563e3ee53f3fd73a547379d15e432b1fb4e1
ConvertService/ServiceBase/Markus.Service.StationController/App.xaml.cs | ||
---|---|---|
21 | 21 |
{ |
22 | 22 |
base.OnStartup(e); |
23 | 23 |
MainWindow = new MainWindow(); |
24 |
MainWindow.Closing += MainWindow_Closing; |
|
24 |
//MainWindow.Closing += MainWindow_Closing;
|
|
25 | 25 |
|
26 |
_notifyIcon = new System.Windows.Forms.NotifyIcon(); |
|
27 |
_notifyIcon.DoubleClick += (s, args) => ShowMainWindow(); |
|
28 |
_notifyIcon.Icon = Markus.Service.StationController.Properties.Resources.TRANSFER_ERROR; |
|
29 |
_notifyIcon.Visible = true; |
|
26 |
//_notifyIcon = new System.Windows.Forms.NotifyIcon();
|
|
27 |
//_notifyIcon.DoubleClick += (s, args) => ShowMainWindow();
|
|
28 |
//_notifyIcon.Icon = Markus.Service.StationController.Properties.Resources.TRANSFER_ERROR;
|
|
29 |
//_notifyIcon.Visible = true;
|
|
30 | 30 |
|
31 |
CreateContextMenu(); |
|
31 |
//CreateContextMenu();
|
|
32 | 32 |
} |
33 | 33 |
|
34 | 34 |
private void CreateContextMenu() |
내보내기 Unified diff