Bläddra i källkod

1

样式分支
fyf 1 år sedan
förälder
incheckning
8e35e7d0c1
3 ändrade filer med 10 tillägg och 1 borttagningar
  1. +9
    -0
      BPASmartClient.MaxWokControl/BPASmartClient.MaxWokControl.csproj
  2. Binär
     
  3. +1
    -1
      BPASmartClient.ScreenLib/AppMain.cs

+ 9
- 0
BPASmartClient.MaxWokControl/BPASmartClient.MaxWokControl.csproj Visa fil

@@ -6,8 +6,17 @@
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<AssemblyName>海科食堂大炒控制终端</AssemblyName>
<ApplicationIcon>hbl.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
<None Remove="hbl.ico" />
</ItemGroup>

<ItemGroup>
<Content Include="hbl.ico" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\BPASmartClient.ScreenLib\BPASmartClient.ScreenLib.csproj" />
</ItemGroup>


Binär
Visa fil


+ 1
- 1
BPASmartClient.ScreenLib/AppMain.cs Visa fil

@@ -17,7 +17,7 @@ namespace BPASmartClient.ScreenLib
{
//启动Redis数据读取
AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException;
//FSystemHelper.GetInstance.CreateDesktopShortcut();
FSystemHelper.GetInstance.CreateDesktopShortcut();
// FSystemHelper.GetInstance.AutoStart(true);
WindowLargeScreen windowLarge = new WindowLargeScreen();
#region 设置显示页面与标题


Laddar…
Avbryt
Spara