xxe před 2 roky
rodič
revize
2498dd4959
2 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +0
    -1
      HKCardOUT/Bootstrapper.cs
  2. +2
    -0
      HKCardOUT/Views/RootView.xaml.cs

+ 0
- 1
HKCardOUT/Bootstrapper.cs Zobrazit soubor

@@ -48,7 +48,6 @@ namespace HKCardOUT
}
Thread.Sleep(3000);
}), "循环状态监测线程", false);
HKLogImport.Init("HKCardOUT");
}

protected override void ConfigureIoC(IStyletIoCBuilder builder)


+ 2
- 0
HKCardOUT/Views/RootView.xaml.cs Zobrazit soubor

@@ -1,6 +1,7 @@
using BPA.Helper;
using Helper;
using HKCardOUT.ViewModels;
using HKLog;
using System;
using System.IO;
using System.Linq;
@@ -16,6 +17,7 @@ namespace HKCardOUT.Views
{
public RootView()
{
HKLogImport.Init("HKCardOUT");
InitializeComponent();
MessageLog.GetInstance.NotifyShow = new Action<string>((s) =>
{


Načítá se…
Zrušit
Uložit