소스 검색

日志

Lishi
xxe 2 년 전
부모
커밋
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) =>
{


불러오는 중...
취소
저장