fix:issue #348
This commit is contained in:
@@ -1284,8 +1284,11 @@ namespace Ink_Canvas
|
|||||||
StartupCount.Reset();
|
StartupCount.Reset();
|
||||||
Environment.Exit(1);
|
Environment.Exit(1);
|
||||||
}
|
}
|
||||||
string exePath = Process.GetCurrentProcess().MainModule.FileName;
|
else
|
||||||
Process.Start(exePath);
|
{
|
||||||
|
string exePath = Process.GetCurrentProcess().MainModule.FileName;
|
||||||
|
Process.Start(exePath);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch { }
|
catch { }
|
||||||
|
|||||||
Reference in New Issue
Block a user