Administrator 2 年之前
父節點
當前提交
3ac4f42cdc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Projects/永冠OPP/WCS.Service/Program.cs

+ 1 - 1
Projects/永冠OPP/WCS.Service/Program.cs

@@ -14,7 +14,7 @@ namespace WCS.Service
         public static void Main(string[] args)
         {
             bool create = false;
-            using (Mutex mt = new Mutex(true, "WCSDataCollectionService", out create))
+            using (Mutex mt = new Mutex(true, "WCSDataCollectionService2D", out create))
             {
                 if (create)
                 {