From b5579e72598050f02d38660ff3c5875c783fe569 Mon Sep 17 00:00:00 2001 From: fyf Date: Mon, 5 Dec 2022 14:07:51 +0800 Subject: [PATCH] 1 --- BPASmartClient.ScreenLib/AppMain.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BPASmartClient.ScreenLib/AppMain.cs b/BPASmartClient.ScreenLib/AppMain.cs index 6f69db8d..18bbd1d7 100644 --- a/BPASmartClient.ScreenLib/AppMain.cs +++ b/BPASmartClient.ScreenLib/AppMain.cs @@ -18,6 +18,7 @@ namespace BPASmartClient.ScreenLib Main.GetInstance.Start(); AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException; FSystemHelper.GetInstance.CreateDesktopShortcut(); + //FSystemHelper.GetInstance.AutoStart(true); WindowLargeScreen windowLarge = new WindowLargeScreen(); #region 设置显示页面与标题 string TitleName = $"{type.Assembly.ManifestModule.Name.Replace(".dll", "")}";