From dc2da375cd8b8cc7fb5cb3a3f854cf53e685da9e Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期日, 01 一月 2023 15:37:42 +0800
Subject: [PATCH] 1.1.5

---
 DataLoader/MainWindow.xaml.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/DataLoader/MainWindow.xaml.cs b/DataLoader/MainWindow.xaml.cs
index 99e9fc8..42d3edb 100644
--- a/DataLoader/MainWindow.xaml.cs
+++ b/DataLoader/MainWindow.xaml.cs
@@ -64,7 +64,7 @@
 
         private void Window_Loaded(object sender, RoutedEventArgs e)
         {
-            Main.Owner = this;
+            Tool.Owner = this;
 
             this.btnImport.IsEnabled = false;
             lvView.DataContext = viewDatas;
@@ -85,8 +85,8 @@
             if (win != null) win.Close();
             this.Show();
 
-            this.tbUid.Text = Main.UserId.ToString() + "锛�" + Main.Uname;
-            this.tbToken.Text = Main.Token;
+            this.tbUid.Text = Tool.UserId.ToString() + "锛�" + Tool.Uname;
+            this.tbToken.Text = Tool.Token;
             this.btnImport.IsEnabled = true;
         }
 

--
Gitblit v1.9.3