Major ShellViewEx Cleaning
df877a48
Aaron Campf
committed
2 changed files
Reflector.cs
/Shell/Reflector.cs-2+1
/Shell/Reflector.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 };
ShellViewEx.cs
/Shell/ShellViewEx.cs-2+1
/Shell/ShellViewEx.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 };