在启动更新软件时修复退出本系统BUG

This commit is contained in:
HSL
2017-03-24 15:08:22 +08:00
parent ed0b5f5d16
commit afcb540c58

View File

@@ -150,6 +150,7 @@ namespace 软件系统客户端模版
try try
{ {
System.Diagnostics.Process.Start(update_file_name); System.Diagnostics.Process.Start(update_file_name);
Environment.Exit(0);//退出系统
} }
catch catch
{ {