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