public static extern bool ShowWindow(IntPtr hWnd, ShowWindowStyles nCmdShow);
public static extern int ShowWindow(IntPtr hWnd, ShowWindowStyles cmdShow);
public static bool ShowWindow(IntPtr hWnd, ShowWindowStyles nCmdShow) { return false; }
public static bool ShowWindow(IntPtr hWnd, ShowWindowStyles nCmdShow) { return(false); }
public static extern bool ShowWindow(IntPtr hWnd, ShowWindowStyles State);