|
@ -59,7 +59,7 @@ namespace SunlightCentralizedControlManagement_SCCM_ |
|
|
void App_Startup(object sender, StartupEventArgs e) |
|
|
void App_Startup(object sender, StartupEventArgs e) |
|
|
{ |
|
|
{ |
|
|
bool ret; |
|
|
bool ret; |
|
|
mutex = new System.Threading.Mutex(true, "ElectronicNeedleTherapySystem", out ret);//程序只允许启动一次
|
|
|
mutex = new System.Threading.Mutex(true, "SCCM", out ret);//程序只允许启动一次
|
|
|
if (!ret) |
|
|
if (!ret) |
|
|
{ |
|
|
{ |
|
|
// LogGing.LogGingDATA("800_The program has been launched");
|
|
|
// LogGing.LogGingDATA("800_The program has been launched");
|
|
|