Browse Source

Merge remote-tracking branch 'origin/master' into ZhangXueYang

ZhangXueYang
zhangxueyang 4 years ago
parent
commit
576ba8ee41
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      XHZB.Desktop/MainWindow.xaml.cs

+ 2
- 1
XHZB.Desktop/MainWindow.xaml.cs View File

18
 namespace XHZB.Desktop
18
 namespace XHZB.Desktop
19
 {
19
 {
20
     /// <summary>
20
     /// <summary>
21
-    /// MainWindow.xaml 的交互逻辑
21
+    /// 测试页面
22
     /// </summary>
22
     /// </summary>
23
     public partial class MainWindow : Window
23
     public partial class MainWindow : Window
24
     {
24
     {
25
         public MainWindow()
25
         public MainWindow()
26
         {
26
         {
27
             InitializeComponent();
27
             InitializeComponent();
28
+            //测试页面
28
             LogHelper.WriteInfoLog("启动!");
29
             LogHelper.WriteInfoLog("启动!");
29
             MessageWindow.Show("启动成功!");
30
             MessageWindow.Show("启动成功!");
30
         }
31
         }

Loading…
Cancel
Save