Browse Source

mxg:selector 添加强制退出

mengxiangge 5 năm trước cách đây
mục cha
commit
26e05cffd7
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      Starter/StartVisionSelector/Program.cs

+ 2 - 0
Starter/StartVisionSelector/Program.cs

@@ -111,6 +111,8 @@ namespace StartVisionSelector
             process.Close();//结束
             #endregion
             Console.WriteLine("end");
+            //强制退出
+            Environment.Exit(0);
             //Console.ReadKey();
         }
         /// <summary>