xxe 1年前
コミット
2498dd4959
2個のファイルの変更2行の追加1行の削除
  1. +0
    -1
      HKCardOUT/Bootstrapper.cs
  2. +2
    -0
      HKCardOUT/Views/RootView.xaml.cs

+ 0
- 1
HKCardOUT/Bootstrapper.cs ファイルの表示

@@ -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 ファイルの表示

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


読み込み中…
キャンセル
保存