Exemplo n.º 1
0
 public static IntPtr GetModalWindow(
     IntPtr owner)
 {
     return(ModalWindowUtils
            .GetModalWindow(owner));
 }
Exemplo n.º 2
0
 public static void ActivateWindow(
     IntPtr hwnd)
 {
     ModalWindowUtils
     .ActivateWindow(hwnd);
 }