| | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 读取记住密码 |
| | | /// 读取记住密码 |
| | | /// </summary> |
| | | private void _getRemember() |
| | | { |
| | |
| | | { |
| | | var _version = ConfigurationManager.AppSettings["Version"]; |
| | | AutoUpdater.InstalledVersion = new Version(_version); |
| | | AutoUpdater.Start( |
| | | ConfigurationManager.AppSettings["AutoUpdaterXml"]); |
| | | AutoUpdater.Start(ConfigurationManager.AppSettings["AutoUpdaterXml"]); |
| | | AutoUpdater.CheckForUpdateEvent += AutoUpdater_CheckForUpdateEvent; |
| | | } |
| | | |
| | |
| | | } |
| | | catch (Exception exception) |
| | | { |
| | | MsgHelper.ShowError(exception.Message + ":" + |
| | | exception.GetType()); |
| | | MsgHelper.ShowError(exception.Message + ":" + exception.GetType()); |
| | | Close(); |
| | | Application.Exit(); |
| | | } |