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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,5 +14,11 @@
|
||||
<Setting Name="LogConnectionstring" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">Data source=shu01\shu00;initial catalog=edoka_journale;;persist security info=false;workstation id=;packet size=4096;user id=sa;password=*shu29</Value>
|
||||
</Setting>
|
||||
<Setting Name="adminmail" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">dm@tkb.ch</Value>
|
||||
</Setting>
|
||||
<Setting Name="prefix_betreff" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">INT: </Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user