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; }