Browse Source

sccm

master
sc 12 months ago
parent
commit
b10cbe4dac
  1. 2
      App.xaml.cs

2
App.xaml.cs

@ -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");

Loading…
Cancel
Save