프로젝트

일반

사용자정보

개정판 a537d79a

IDa537d79a2ac438a5244d246d1fb2ece03738e9bf
상위 50f98ec3
하위 1caec1a9

김태성이(가) 5년 이상 전에 추가함

참조 수정/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

클립보드 이미지 추가 (최대 크기: 500 MB)