Browse Source

日志

Lishi
xxe 1 year ago
parent
commit
2498dd4959
2 changed files with 2 additions and 1 deletions
  1. +0
    -1
      HKCardOUT/Bootstrapper.cs
  2. +2
    -0
      HKCardOUT/Views/RootView.xaml.cs

+ 0
- 1
HKCardOUT/Bootstrapper.cs View File

@@ -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 View File

@@ -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) =>
{


Loading…
Cancel
Save