浏览代码

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


正在加载...
取消
保存