영문화완료
This commit is contained in:
@@ -92,7 +92,7 @@ namespace Project
|
||||
if (PUB.wsL == null || PUB.wsL.Connected == false)
|
||||
{
|
||||
if (AR.SETTING.Data.Log_CameraConn)
|
||||
PUB.log.Add($"카메라(L) 접속 시도({AR.SETTING.Data.HostIPL}:{AR.SETTING.Data.HostPortL})");
|
||||
PUB.log.Add($"Camera(L) connection attempt ({AR.SETTING.Data.HostIPL}:{AR.SETTING.Data.HostPortL})");
|
||||
if (PUB.wsL != null)
|
||||
{
|
||||
DetachCameraEventL(); //이벤트 종료
|
||||
@@ -142,7 +142,7 @@ namespace Project
|
||||
if (PUB.wsR == null || PUB.wsR.Connected == false)
|
||||
{
|
||||
if (AR.SETTING.Data.Log_CameraConn)
|
||||
PUB.log.Add($"카메라(R) 접속 시도({AR.SETTING.Data.HostIPR}:{AR.SETTING.Data.HostPortR})");
|
||||
PUB.log.Add($"Camera(R) connection attempt ({AR.SETTING.Data.HostIPR}:{AR.SETTING.Data.HostPortR})");
|
||||
if (PUB.wsR != null)
|
||||
{
|
||||
DetachCameraEventR(); //이벤트 종료
|
||||
|
||||
Reference in New Issue
Block a user