[DllImport(“User32.dll”)] private static extern bool ShowWindowAsync(IntPtr hWnd, int cmdShow); 还有一个 ShowWindow(可能有细节上的差别)