Browse Source

fixed status

master
Z 8 months ago
parent
commit
76cd7286ac
  1. 2
      Model/ModelPatrol.cs

2
Model/ModelPatrol.cs

@ -28,7 +28,7 @@ namespace Emergency_platform{ @@ -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){

Loading…
Cancel
Save