\r
if (dialogResult.HasValue && dialogResult.Value)\r
{\r
- ShowSourceSelection = false;\r
-\r
this.StartScan(dialog.SelectedPath, this.TitleSpecificScan);\r
}\r
}\r
\r
if (dialogResult.HasValue && dialogResult.Value)\r
{\r
- ShowSourceSelection = false;\r
-\r
this.StartScan(dialog.FileName, this.TitleSpecificScan);\r
}\r
}\r
{\r
if (!string.IsNullOrEmpty(filename))\r
{\r
+ ShowSourceSelection = false;\r
this.scanService.Scan(filename, title, null, HBConfigurationFactory.Create());\r
}\r
}\r