update 20241008
This commit is contained in:
@@ -48,7 +48,7 @@ namespace OnDoc
|
||||
}
|
||||
else
|
||||
{
|
||||
if (args[0].ToString().ToUpper().IndexOf("PARTNERNR") > 0)
|
||||
if (args[0].ToString().ToUpper().IndexOf("PARTNERNR") > 0 || args[0].ToString().ToUpper().IndexOf("UCHECK") > 0)
|
||||
{
|
||||
AppParams.init();
|
||||
//MessageBox.Show(AppParams.tempdir);
|
||||
@@ -61,6 +61,7 @@ namespace OnDoc
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
MessageBox.Show("Die Übergabeparemeter '" + args[0].ToString()+"' sind ungültig","Aufruffehler",MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user