xxe il y a 1 an
Parent
révision
86eba3e0d7
2 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. +2
    -2
      HKCardOUT/HKCardOUT.csproj
  2. +3
    -3
      HKCardOUT/Views/RootView.xaml.cs

+ 2
- 2
HKCardOUT/HKCardOUT.csproj Voir le fichier

@@ -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 Voir le fichier

@@ -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;


Chargement…
Annuler
Enregistrer