From 88ebe3f492f8af85d46606a3cc0bad95c4290c66 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 23 八月 2023 13:49:27 +0800
Subject: [PATCH] 查询用户所在的单位编码、显示文件的大小信息等

---
 DataLoader/MainWindow.xaml.cs |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/DataLoader/MainWindow.xaml.cs b/DataLoader/MainWindow.xaml.cs
index 1fdbeb3..b0c417e 100644
--- a/DataLoader/MainWindow.xaml.cs
+++ b/DataLoader/MainWindow.xaml.cs
@@ -29,13 +29,14 @@
             this.DataContext = this;
         }
 
+        // 绐楀彛鍔犺浇瀹屾垚
         private void Window_Loaded(object sender, RoutedEventArgs e)
         {
             CommonProp.Owner = this;
             CommonProp.Init();
 
-            this.btnLoad.IsEnabled = false;
-            this.btnImport.IsEnabled = false;
+            //this.btnLoad.IsEnabled = false;
+            //this.btnImport.IsEnabled = false;
 
             lvView.DataContext = viewDatas;
             lvView.SetBinding(ListView.ItemsSourceProperty, new Binding());
@@ -44,6 +45,7 @@
             LogOut.Info("************  搴旂敤绋嬪簭鍚姩鎴愬姛锛� ************");
         }
 
+        // 鑾峰彇鍏冩暟鎹被鍨�
         private List<MetaType> GetMetaTypes()
         {
             List<MetaType> list = new List<MetaType>();
@@ -156,6 +158,7 @@
             Importor.GetFiles(viewDatas);
             this.isBusy = false;
         }
+
         // 瀵煎叆
         private void Import_MouseLeftButtonDown(object sender, RoutedEventArgs e)
         {

--
Gitblit v1.9.3