Browse Source

Merge branch 'master' of http://10.2.1.24:10244/xxe/HKCard

master
xxe 1 year ago
parent
commit
86eba3e0d7
2 changed files with 5 additions and 5 deletions
  1. +2
    -2
      HKCardOUT/HKCardOUT.csproj
  2. +3
    -3
      HKCardOUT/Views/RootView.xaml.cs

+ 2
- 2
HKCardOUT/HKCardOUT.csproj View File

@@ -14,9 +14,9 @@
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<Platforms>AnyCPU;x86</Platforms>
</PropertyGroup>
<PropertyGroup>
<!--<PropertyGroup>
<ApplicationManifest>App.manifest</ApplicationManifest>
</PropertyGroup>
</PropertyGroup>-->
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>TRACE;Core</DefineConstants>
</PropertyGroup>


+ 3
- 3
HKCardOUT/Views/RootView.xaml.cs View File

@@ -26,15 +26,15 @@ namespace HKCardOUT.Views
{
HKLog.HKLogImport.WriteInfo(s);
});
//TurnOn();
/*//TurnOn();
if (!StartEXE.IsExistKey("HKCardOUT"))
{
var Paths = "D:\\HKSK\\HKCardOUT.exe";
StartEXE.SelfRunning(true, "HKCardOUT", Paths);
}
/*if (StartEXE.IsExistKey("HKCardOUT"))
if (StartEXE.IsExistKey("HKCardOUT"))
{
var Paths = "D:\\HK刷卡端正式环境\\HKCardOUT.exe";
var Paths = "D:\\HKSK\\HKCardOUT.exe";
StartEXE.SelfRunning(false, "HKCardOUT", Paths);
}*/
this.Loaded += RootView_Loaded;


Loading…
Cancel
Save