DataLoader/MainWindow.xaml.cs
@@ -83,14 +83,13 @@ // 资源目录 private void Dir_MouseLeftButtonDown(object sender, RoutedEventArgs e) { resWin = new ResWin(); if (null == resWin) resWin = new ResWin(); this.Hide(); resWin.Show(); this.resWin.Show(); } public void SetRes(string dircode, string fullName) { if (resWin != null) resWin.Close(); this.Show(); if (!string.IsNullOrEmpty(dircode))