9 changed files
BExplorer/BetterExplorer | ||
BetterExplorerShell.exe.CodeAnalysisLog.xml + | ||
BetterExplorerShell.exe.lastcodeanalysissucceeded + | ||
MainWindow.xaml.cs | ||
Shell | ||
Interop | ||
BHID.cs | ||
Shell.csproj | ||
ShellItem.cs | ||
ShellViewEx.cs | ||
TestProject | ||
RuleSet1.ruleset + | ||
TestProject.vbproj | ||
BetterExplorerShell.exe.CodeAnalysisLog.xml
/BExplorer/BetterExplorer/BetterExplorerShell.exe.CodeAnalysisLog.xml/BExplorer/BetterExplorer/BetterExplorerShell.exe.CodeAnalysisLog.xml
BetterExplorerShell.exe.lastcodeanalysissucceeded
/BExplorer/BetterExplorer/BetterExplorerShell.exe.lastcodeanalysissucceeded/BExplorer/BetterExplorer/BetterExplorerShell.exe.lastcodeanalysissucceeded
MainWindow.xaml.cs
/BExplorer/BetterExplorer/MainWindow.xaml.cs-2+1/BExplorer/BetterExplorer/MainWindow.xaml.cs
Add comment 1890
Add comment 1891 private void btnChooseLocation_Click(object sender, RoutedEventArgs e) {
Add comment 1892 var dlg = new FolderSelectDialog();
Add comment 1893 Minus if (dlg.ShowDialog() == true) {
Add comment 1893 Plus if (dlg.ShowDialog())
Add comment 1894 txtExtractLocation.Text = dlg.FileName;
Add comment 1895 }
Add comment 1896 Minus }
Add comment 1897 1896
Add comment 1898 1897 private void ExtractToLocation(string archive, string output) {
Add comment 1899 1898 var selectedItems = new List<string>() { archive };