|
@@ -18,6 +18,7 @@ namespace BPASmartClient.ScreenLib |
|
|
Main.GetInstance.Start(); |
|
|
Main.GetInstance.Start(); |
|
|
AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException; |
|
|
AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException; |
|
|
FSystemHelper.GetInstance.CreateDesktopShortcut(); |
|
|
FSystemHelper.GetInstance.CreateDesktopShortcut(); |
|
|
|
|
|
//FSystemHelper.GetInstance.AutoStart(true); |
|
|
WindowLargeScreen windowLarge = new WindowLargeScreen(); |
|
|
WindowLargeScreen windowLarge = new WindowLargeScreen(); |
|
|
#region 设置显示页面与标题 |
|
|
#region 设置显示页面与标题 |
|
|
string TitleName = $"{type.Assembly.ManifestModule.Name.Replace(".dll", "")}"; |
|
|
string TitleName = $"{type.Assembly.ManifestModule.Name.Replace(".dll", "")}"; |
|
|