管道基础大数据平台系统开发-【CS】-ExportMap
13693261870
2023-01-01 dc2da375cd8b8cc7fb5cb3a3f854cf53e685da9e
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;
        }