프로젝트

일반

사용자정보

개정판 366f00c2

ID366f00c2f3ae4d88708b769f19d3208d5263a525
상위 72424099
하위 84605c0c

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

dns 체크 에러 수정

Change-Id: I9fd9b9d37c7c2529795ab14f46f58b157d911809

차이점 보기:

KCOM/MainWindow.xaml.cs
511 511

  
512 512
        void win_SourceInitialized(object sender, EventArgs e)
513 513
        {
514
            System.IntPtr handle = (new WinInterop.WindowInteropHelper(this)).Handle;
515
            WinInterop.HwndSource.FromHwnd(handle).AddHook(new WinInterop.HwndSourceHook(WindowProc));
514
            //System.IntPtr handle = (new WinInterop.WindowInteropHelper(this)).Handle;
515
            //WinInterop.HwndSource.FromHwnd(handle).AddHook(new WinInterop.HwndSourceHook(WindowProc));
516 516
        }
517 517

  
518 518
        private static System.IntPtr WindowProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled)

내보내기 Unified diff

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