updfate 20250919
This commit is contained in:
@@ -72,6 +72,8 @@ namespace OnDoc.Klassen
|
||||
|
||||
public static string MachinName { get; set; } = "";
|
||||
public static bool O365 { get; set; } = false;
|
||||
|
||||
public static int MaxFileSize { get; set; } = 9000000;
|
||||
static AppParams()
|
||||
{
|
||||
|
||||
@@ -126,6 +128,7 @@ namespace OnDoc.Klassen
|
||||
Environment = db.dsdaten.Tables[0].Rows[0][21].ToString();
|
||||
AutomArchivierung = db.dsdaten.Tables[0].Rows[0][22].ToString() == "TRUE";
|
||||
SignApp = db.dsdaten.Tables[0].Rows[0][23].ToString();
|
||||
MaxFileSize = Convert.ToInt32(db.dsdaten.Tables[0].Rows[0][24]);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user