Ejemplo n.º 1
0
 public static extern bool ShowWindow(IntPtr hWnd, NCmdShow nCmdShow);
Ejemplo n.º 2
0
 public static void ShowWindows(IntPtr hWnd, NCmdShow nCmdShow)
 {
     ShowWindow(hWnd, (int)nCmdShow);
 }