C2018-009 added static function to be called to print version number on PDF pages
This commit is contained in:
parent
89128764b7
commit
13c3246f0c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user