[성현모] JsonConvertTool 추가, 서머리 수량 버그수정
This commit is contained in:
@ -21,7 +21,7 @@ namespace SystemX.Net.MiddlewareUI
|
||||
{
|
||||
bool bCreateProgram = false;
|
||||
|
||||
Mutex SetMutex = new Mutex(true, "SystemX.Net.Middleware.UI.Log CPXV2", out bCreateProgram);
|
||||
Mutex SetMutex = new Mutex(true, "SystemX.Net.Middleware.UI.Log CPXV2-JSON", out bCreateProgram);
|
||||
|
||||
if (bCreateProgram)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user