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

@@ -11,6 +11,7 @@ using System.Data;
using System.Security.Cryptography;
namespace OnDoc_Paketversand
{
internal class Program
@@ -23,6 +24,19 @@ namespace OnDoc_Paketversand
{
run();
}
public static void InitLogging()
{
Get_Tabledata("Select * from nlog_parameter WHERE ID=4", false, true);
Logging.Logging.IntLogLevel = dsdaten.Tables[0].Rows[0]["LogLevel"].ToString();
Logging.Logging.IntUserID = dsdaten.Tables[0].Rows[0]["LogUserID"].ToString();
Logging.Logging.connectionstring = Properties.Settings.Default.LogConnectionstring;
Logging.Logging.init_logger();
}
private static void run(){
connectionstring = Properties.Settings.Default.Connectionstring;
Console.WriteLine(connectionstring);
@@ -65,8 +79,6 @@ namespace OnDoc_Paketversand
}
}
return;
}
catch { }