Code cleanup – commented out non-reachable code

C2015-022 Separate Windows Upgrade – child window support for CopyStep, code cleanup
This commit is contained in:
2018-03-12 14:37:40 +00:00
parent 8ba6a5d64a
commit 725f5d651f
2 changed files with 8 additions and 4 deletions

View File

@@ -162,7 +162,7 @@ namespace Volian.Controls.Library
get
{
return Application.ProductVersion;
return Assembly.GetExecutingAssembly().GetName().Version.ToString();
//return Assembly.GetExecutingAssembly().GetName().Version.ToString();
}
}
}