update 20250501
This commit is contained in:
24
OnDoc_Paketversand/Properties/Settings.Designer.cs
generated
24
OnDoc_Paketversand/Properties/Settings.Designer.cs
generated
@@ -74,5 +74,29 @@ namespace OnDoc_Paketversand.Properties {
|
||||
this["LogConnectionstring"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("dm@tkb.ch")]
|
||||
public string adminmail {
|
||||
get {
|
||||
return ((string)(this["adminmail"]));
|
||||
}
|
||||
set {
|
||||
this["adminmail"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("INT: ")]
|
||||
public string prefix_betreff {
|
||||
get {
|
||||
return ((string)(this["prefix_betreff"]));
|
||||
}
|
||||
set {
|
||||
this["prefix_betreff"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user