Пример #1
0
 public static extern bool ShowWindow(IntPtr hWnd, NCmdShow nCmdShow);
Пример #2
0
 public static void ShowWindows(IntPtr hWnd, NCmdShow nCmdShow)
 {
     ShowWindow(hWnd, (int)nCmdShow);
 }