From ad8bc2218ca947b5ce3ab046f1b3f94ce0caefa5 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期二, 21 一月 2025 13:39:34 +0800 Subject: [PATCH] 细节 --- DevApp/Gs.DevApp/DevFrm/FrmLogin.cs | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/FrmLogin.cs b/DevApp/Gs.DevApp/DevFrm/FrmLogin.cs index 61a5fbe..4637b78 100644 --- a/DevApp/Gs.DevApp/DevFrm/FrmLogin.cs +++ b/DevApp/Gs.DevApp/DevFrm/FrmLogin.cs @@ -83,7 +83,7 @@ } /// <summary> - /// 璇诲彇璁颁綇瀵嗙爜 + /// 璇诲彇璁颁綇瀵嗙爜 /// </summary> private void _getRemember() { @@ -106,8 +106,7 @@ { var _version = ConfigurationManager.AppSettings["Version"]; AutoUpdater.InstalledVersion = new Version(_version); - AutoUpdater.Start( - ConfigurationManager.AppSettings["AutoUpdaterXml"]); + AutoUpdater.Start(ConfigurationManager.AppSettings["AutoUpdaterXml"]); AutoUpdater.CheckForUpdateEvent += AutoUpdater_CheckForUpdateEvent; } @@ -169,8 +168,7 @@ } catch (Exception exception) { - MsgHelper.ShowError(exception.Message + "锛�" + - exception.GetType()); + MsgHelper.ShowError(exception.Message + "锛�" + exception.GetType()); Close(); Application.Exit(); } -- Gitblit v1.9.3