update 20250205

This commit is contained in:
Stefan Hutter
2025-02-05 19:38:22 +01:00
parent 00eae8a837
commit 678e0622fd
311 changed files with 60684 additions and 2287 deletions

View File

@@ -37,11 +37,11 @@ namespace OnDoc
{
ExternalCall.sourceparam = "";
try
{
MessageBox.Show(args[0]);
}
catch { }
//try
//{
// MessageBox.Show(args[0]);
//}
//catch { }
if (args.Length > 0)
{