update 20250424

This commit is contained in:
Stefan Hutter
2025-04-24 16:24:28 +02:00
parent c3092af11c
commit eb5c908f0c
42 changed files with 30070 additions and 192 deletions

View File

@@ -61,5 +61,18 @@ namespace OnDoc_Paketversand.Properties {
this["APIKey"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Data source=shu01\\shu00;initial catalog=edoka_journale;;persist security info=fal" +
"se;workstation id=;packet size=4096;user id=sa;password=*shu29")]
public string LogConnectionstring {
get {
return ((string)(this["LogConnectionstring"]));
}
set {
this["LogConnectionstring"] = value;
}
}
}
}