update 20241206
This commit is contained in:
@@ -31,7 +31,11 @@ namespace OnDoc.Klassen
|
||||
public static string barcodefont { get; set; } = "";
|
||||
public static string barcodefontsize { get; set; } = "";
|
||||
public static string barcodetextposition { get; set; } = "";
|
||||
public static bool isSysadmin { get; set; } = false;
|
||||
public static string currenttgnummer { get; set; }="";
|
||||
|
||||
public static string ZusatzFont { get; set; } = "";
|
||||
public static string ZusatzFontSize { get; set; } = "";
|
||||
static AppParams()
|
||||
{
|
||||
|
||||
@@ -58,7 +62,8 @@ namespace OnDoc.Klassen
|
||||
barcodefont = Properties.Settings.Default.BarcodeFont;
|
||||
barcodefontsize=Properties.Settings.Default.BarcodeFontSize;
|
||||
barcodetextposition = Properties.Settings.Default.BarodeTextPosition;
|
||||
|
||||
ZusatzFont = Properties.Settings.Default.ZusatzFont;
|
||||
ZusatzFontSize = Properties.Settings.Default.ZusatzFontSize;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user