C2018-009 added static function to be called to print version number on PDF pages

This commit is contained in:
John Jenko 2018-04-12 20:25:16 +00:00
parent 89128764b7
commit 13c3246f0c

View File

@ -74,6 +74,15 @@ namespace VEPROMS
} }
} }
// C2018-009 used to print the PROMS version number at the top of each PDF page
public static string PROMSVersion
{
get
{
return Assembly.GetExecutingAssembly().GetName().Version.ToString();
}
}
public string AssemblyDescription public string AssemblyDescription
{ {
get get