tao.mo

代码提交

mt
2020年11月20日16:34:28
...@@ -686,6 +686,7 @@ namespace DMSSSOAgent ...@@ -686,6 +686,7 @@ namespace DMSSSOAgent
686 { 686 {
687 MessageBox.Show(ex.ToString()); 687 MessageBox.Show(ex.ToString());
688 } 688 }
689 + Application.Exit();
689 } 690 }
690 #endregion 691 #endregion
691 #endregion 692 #endregion
......