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