Browse Source

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

master
xxe 2 years 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> <AssemblyVersion>1.0.0.0</AssemblyVersion>
<Platforms>AnyCPU;x86</Platforms> <Platforms>AnyCPU;x86</Platforms>
</PropertyGroup> </PropertyGroup>
<PropertyGroup>
<!--<PropertyGroup>
<ApplicationManifest>App.manifest</ApplicationManifest> <ApplicationManifest>App.manifest</ApplicationManifest>
</PropertyGroup>
</PropertyGroup>-->
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>TRACE;Core</DefineConstants> <DefineConstants>TRACE;Core</DefineConstants>
</PropertyGroup> </PropertyGroup>


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

@@ -26,15 +26,15 @@ namespace HKCardOUT.Views
{ {
HKLog.HKLogImport.WriteInfo(s); HKLog.HKLogImport.WriteInfo(s);
}); });
//TurnOn();
/*//TurnOn();
if (!StartEXE.IsExistKey("HKCardOUT")) if (!StartEXE.IsExistKey("HKCardOUT"))
{ {
var Paths = "D:\\HKSK\\HKCardOUT.exe"; var Paths = "D:\\HKSK\\HKCardOUT.exe";
StartEXE.SelfRunning(true, "HKCardOUT", Paths); 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); StartEXE.SelfRunning(false, "HKCardOUT", Paths);
}*/ }*/
this.Loaded += RootView_Loaded; this.Loaded += RootView_Loaded;


Loading…
Cancel
Save