개정판 366f00c2
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