update 20241120
This commit is contained in:
@@ -26,14 +26,16 @@ namespace OnDoc
|
||||
/// Der Haupteinstiegspunkt für die Anwendung.
|
||||
/// </summary>
|
||||
private static Mutex mutex = null;
|
||||
const string AppId = "OnDoc5094533C-A613-4889-A0E3-8C28C130C6AA)"; // Unique par application
|
||||
const string AppId = "OnDoc5094533C-A613-4889-A0E3-8C28C130C6AA)";
|
||||
|
||||
//static Start MyForm = new Start();
|
||||
///
|
||||
[STAThread]
|
||||
static void Main(string[] args)
|
||||
{
|
||||
|
||||
ExternalCall.sourceparam = "";
|
||||
|
||||
if (args.Length > 0)
|
||||
{
|
||||
|
||||
@@ -74,7 +76,6 @@ namespace OnDoc
|
||||
|
||||
if (!createdNew)
|
||||
{
|
||||
|
||||
//MyForm.runparams();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user