프로젝트

일반

사용자정보

개정판 2e35dd78

ID2e35dd7858833dda76f1d0312bd2d169aa64068b
상위 cc3d8471
하위 86dbd85c

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

pemss 최종

Change-Id: Iaf8b86a518b3e3f99fe52e8ef4fe2cd2b7561a0a

차이점 보기:

KCOM/MainWindow.xaml.cs
54 54
            App.splashString(ISplashMessage.MAINWINDOW);
55 55
            this.Loaded += MainWindow_Loaded;
56 56

  
57
            this.AddHandler(Keyboard.KeyDownEvent,
58
                        new KeyEventHandler((sender, e) => 
59
                        {
60
                            System.Diagnostics.Debug.WriteLine("Mainwindow event");
61
                            KeyEventDownAction(sender, e);
62
                        }), false);
57
            //this.AddHandler(Keyboard.KeyDownEvent,
58
            //            new KeyEventHandler((sender, e) => 
59
            //            {
60
            //                System.Diagnostics.Debug.WriteLine("Mainwindow event");
61
            //                KeyEventDownAction(sender, e);
62
            //            }), false);
63 63

  
64 64
            //this.PreviewKeyDown += new KeyEventHandler(KeyEventDownAction);
65 65
            //this.SourceInitialized += new EventHandler(win_SourceInitialized);

내보내기 Unified diff

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