update 20250728

This commit is contained in:
Stefan Hutter
2025-07-28 18:45:01 +02:00
parent 2237be483d
commit e33c7ede5b
65 changed files with 436 additions and 212 deletions

View File

@@ -216,5 +216,17 @@ namespace OnDoc.Properties {
this["PrinterSettings"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public string GASSize {
get {
return ((string)(this["GASSize"]));
}
set {
this["GASSize"] = value;
}
}
}
}