return this.Description;\r
}\r
\r
- if (this.Description == null)\r
- {\r
- return string.Format("{0} {1} ({2})", this.TrackNumber, this.Language, this.Format);\r
- }\r
-\r
- return string.Format("{0} {1} ({2}) ({3})", this.TrackNumber, this.Language, this.Format, this.Description);\r
+ return string.Format("{0} {1}", this.TrackNumber, this.Description);\r
}\r
\r
/// <summary>\r
MessageBoxImage.Information);\r
}\r
\r
- /// <summary>\r
- /// The debug scan log.\r
- /// </summary>\r
- public void DebugScanLog()\r
- {\r
- OpenFileDialog dialog = new OpenFileDialog();\r
-\r
- dialog.ShowDialog();\r
-\r
- if (File.Exists(dialog.FileName))\r
- {\r
- this.scanService.DebugScanLog(dialog.FileName);\r
- }\r
- }\r
-\r
#endregion\r
\r
#region Main Window Public Methods\r
Math.Round(e.PercentComplete).ToString(CultureInfo.InvariantCulture),\r
out percent);\r
\r
-\r
Execute.OnUIThread(\r
() =>\r
{\r
\r
<MenuItem Header="_Debug" Visibility="{Binding ShowDebugMenu, Converter={StaticResource boolToVisConverter}}" >\r
<MenuItem Header="_Show CLI Equiv" Micro:Message.Attach="[Event Click] = [Action ShowCliQuery]" />\r
- <MenuItem Header="_Debug Scan Log" Micro:Message.Attach="[Event Click] = [Action DebugScanLog]" />\r
</MenuItem>\r
</Menu>\r
\r