private static extern bool ShowWindowAsync(IntPtr hWnd, SetWindows nCmdShow);
private static extern int ShowWindow(IntPtr hwnd, SetWindows nCmdShow);