Ejemplo n.º 1
0
 public static extern bool ShowWindow(IntPtr hWnd, ShowWindowCmd nCmdShow);
Ejemplo n.º 2
0
 public static extern bool ShowWindow(IntPtr hWnd, ShowWindowCmd State);
Ejemplo n.º 3
0
 public bool ShowWindow(IntPtr hWnd, ShowWindowCmd nCmdShow)
 {
     return(PInvoker.ShowWindow(hWnd, nCmdShow));
 }