update 20250514

This commit is contained in:
Stefan Hutter
2025-05-14 10:08:11 +02:00
parent 3e7d72e379
commit 10343fcbab
80 changed files with 216 additions and 166 deletions

View File

@@ -175,6 +175,7 @@ namespace OnDoc.Klassen
public static string showdoc { get; set; } = "Yes";
public static string app { get; set; } = "";
public static string status { get; set; } = "";
public static string dokumentid { get; set; } = "";
@@ -253,6 +254,10 @@ namespace OnDoc.Klassen
case "app":
app = value;
break;
case "st":
status = value;
status = status.ToLower();
break;
case "showdoc":
showdoc = value;