Browse Source

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

ZhangXueYang
zhangxueyang 3 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,13 +18,14 @@ using System.Windows.Shapes;
18 18
 namespace XHZB.Desktop
19 19
 {
20 20
     /// <summary>
21
-    /// MainWindow.xaml 的交互逻辑
21
+    /// 测试页面
22 22
     /// </summary>
23 23
     public partial class MainWindow : Window
24 24
     {
25 25
         public MainWindow()
26 26
         {
27 27
             InitializeComponent();
28
+            //测试页面
28 29
             LogHelper.WriteInfoLog("启动!");
29 30
             MessageWindow.Show("启动成功!");
30 31
         }

Loading…
Cancel
Save