update 20241107

This commit is contained in:
Stefan Hutter
2024-11-07 22:35:24 +01:00
parent 86be28ec33
commit 23a308ad73
65 changed files with 759 additions and 55 deletions

View File

@@ -60,5 +60,29 @@ namespace OnDoc.Properties {
this["Connectionstring_Prod"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("https://localhost:44334/")]
public string RESTURI {
get {
return ((string)(this["RESTURI"]));
}
set {
this["RESTURI"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("NO")]
public string UseAPI {
get {
return ((string)(this["UseAPI"]));
}
set {
this["UseAPI"] = value;
}
}
}
}