Клининг

This commit is contained in:
Sergey Sklyarov 2025-04-03 23:45:33 +03:00
parent 71e772a440
commit 8dc1e17080
2 changed files with 2 additions and 12 deletions

View File

@ -1,9 +1,4 @@
using System; using System.Runtime.InteropServices;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
namespace DroneClient namespace DroneClient
{ {

View File

@ -1,9 +1,4 @@
using System; using System.Net.Sockets;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Net.Sockets;
using System.Net; using System.Net;
namespace DroneSimulator namespace DroneSimulator