Update 20241215
This commit is contained in:
@@ -24,6 +24,9 @@ namespace OnDoc.Klassen
|
||||
public static int CurrentMitarbieter { get; set; }
|
||||
public static string RESTURI { get; set; } = "";//"http://localhost:2032/";
|
||||
public static string apikey { get; set; } = "";
|
||||
|
||||
public static string wordprintmacro { get; set; } = "";
|
||||
public static string vbvorlagenmanagement { get; set; } = "No";
|
||||
static AppParams()
|
||||
{
|
||||
|
||||
@@ -43,6 +46,8 @@ namespace OnDoc.Klassen
|
||||
UseAPI = Properties.Settings.Default.UseAPI;
|
||||
RESTURI = Properties.Settings.Default.RESTURI;
|
||||
apikey = Properties.Settings.Default.apikey;
|
||||
wordprintmacro = Properties.Settings.Default.StandardWordDruckMakro;
|
||||
vbvorlagenmanagement = Properties.Settings.Default.VBVorlagenmanagement;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user