|
@@ -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)
|
|
|
{
|