Explorar el Código

mxg:取消后台运行

mengxiangge hace 5 años
padre
commit
00ce7db94c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dispatcher/Client/MainClass.cs

+ 1 - 1
Dispatcher/Client/MainClass.cs

@@ -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:最大化
             
 
         }