update 20260322
This commit is contained in:
@@ -84,6 +84,7 @@ namespace OnDoc.Klassen
|
||||
public static bool DoUpdate { get; set; } = false;
|
||||
public static bool MultiThreadingSign { get; set; } = false;
|
||||
public static bool MultiThreadingSB { get; set; } = false;
|
||||
public static int ExcelWait { get; set; } = 0;
|
||||
|
||||
static AppParams()
|
||||
{
|
||||
@@ -144,6 +145,7 @@ namespace OnDoc.Klassen
|
||||
updatepath = db.dsdaten.Tables[0].Rows[0][26].ToString();
|
||||
MultiThreadingSign= db.dsdaten.Tables[0].Rows[0][27].ToString() == "TRUE";
|
||||
MultiThreadingSB = db.dsdaten.Tables[0].Rows[0][28].ToString() == "TRUE";
|
||||
ExcelWait = Convert.ToInt32(db.dsdaten.Tables[0].Rows[0][30]);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user