瀏覽代碼

1

样式分支
fyf 2 年之前
父節點
當前提交
b5579e7259
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      BPASmartClient.ScreenLib/AppMain.cs

+ 1
- 0
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", "")}";


Loading…
取消
儲存