예제 #1
0
 public static IntPtr GetModalWindow(
     IntPtr owner)
 {
     return(ModalWindowUtils
            .GetModalWindow(owner));
 }
예제 #2
0
 public static void ActivateWindow(
     IntPtr hwnd)
 {
     ModalWindowUtils
     .ActivateWindow(hwnd);
 }