This commit is contained in:
@@ -75,16 +75,6 @@ namespace Volian.Base.Library
|
||||
return _TemporaryFolder;
|
||||
}
|
||||
}
|
||||
// used for Debug mode (at least for now)
|
||||
// this is where the PDF 16-bit VE-PROMS output is placed and merged (via layers) into the PROMS 2010 PDF Output
|
||||
private static string _OldPDFFolder = @"C:\Temp\16bit";
|
||||
|
||||
public static string OldPDFFolder
|
||||
{
|
||||
get { return VlnSettings._OldPDFFolder; }
|
||||
set { VlnSettings._OldPDFFolder = value; }
|
||||
}
|
||||
|
||||
private static string _UserID=Environment.UserName.ToUpper();
|
||||
public static string UserID
|
||||
{
|
||||
|
Reference in New Issue
Block a user