Чистка кода от мусора

This commit is contained in:
Dizel 2025-04-01 14:27:21 +03:00
parent eeb7c5764f
commit acf6379279
5 changed files with 679 additions and 706 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,10 +1,5 @@
using System; using System.Net;
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 namespace DroneSimulator
{ {

View File

@ -1,11 +1,5 @@
using System; using System.Numerics;
using System.Collections.Generic;
using System.Linq;
using System.Numerics;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
using static System.Windows.Forms.AxHost;
namespace DroneSimulator namespace DroneSimulator
{ {

View File

@ -1,10 +1,5 @@
using System; using System.Net;
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 namespace DroneSimulator
{ {

View File

@ -1,10 +1,4 @@
using System; using System.Numerics;
using System.Collections.Generic;
using System.Linq;
using System.Numerics;
using System.Reflection.Metadata;
using System.Text;
using System.Threading.Tasks;
namespace DroneSimulator namespace DroneSimulator
{ {