update 20240925

This commit is contained in:
Stefan Hutter
2024-09-25 19:14:14 +02:00
parent d4b9318d96
commit 9fcecb2c35
324 changed files with 1886317 additions and 353 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -34,8 +34,11 @@ namespace Database
}
public void add_parameter(string name, string value)
{
DataRow r = SP_Parameters.NewRow();
r[0] = name;
r[1] = value;

Binary file not shown.

Binary file not shown.