@@ -42,7 +42,7 @@ namespace Client
IntPtr et = new IntPtr(0);
ParenthWnd = FindWindow(null, "MyConsoleApp");
- ShowWindow(ParenthWnd, 0);//隐藏本dos窗体, 0: 后台执行;1:正常启动;2:最小化到任务栏;3:最大化
+ ShowWindow(ParenthWnd, 1);//隐藏本dos窗体, 0: 后台执行;1:正常启动;2:最小化到任务栏;3:最大化
}