From 8dc1e17080b94cf25bad5f1f69fbe4f1fbfd12a0 Mon Sep 17 00:00:00 2001 From: Sergey Sklyarov Date: Thu, 3 Apr 2025 23:45:33 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BB=D0=B8=D0=BD=D0=B8=D0=BD=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DroneClient/Drone.cs | 7 +------ DroneClient/NetClient.cs | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/DroneClient/Drone.cs b/DroneClient/Drone.cs index a7619d3..87eac05 100644 --- a/DroneClient/Drone.cs +++ b/DroneClient/Drone.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Runtime.InteropServices; -using System.Text; -using System.Threading.Tasks; +using System.Runtime.InteropServices; namespace DroneClient { diff --git a/DroneClient/NetClient.cs b/DroneClient/NetClient.cs index 27f8f61..f343708 100644 --- a/DroneClient/NetClient.cs +++ b/DroneClient/NetClient.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Net.Sockets; +using System.Net.Sockets; using System.Net; namespace DroneSimulator