diff --git a/Model/ModelPatrol.cs b/Model/ModelPatrol.cs index 2566f95..d5ab885 100644 --- a/Model/ModelPatrol.cs +++ b/Model/ModelPatrol.cs @@ -28,7 +28,7 @@ namespace Emergency_platform{ await Task.Delay(5000); gui = TcpClientWrapper.SendDataRead(); } - Console.WriteLine("type = " + gui.data.type,"pos = " + gui.data.x + " , " + gui.data.y); + Console.WriteLine("type = " + gui.data.type + "pos = " + gui.data.x + " , " + gui.data.y); } public async void ExecutePatrol(ResponsePatrol responsePatrol,string sender,ProtocolType protocolType){