deleted stuff

This commit is contained in:
shinichi
2020-09-23 15:22:45 +02:00
parent 81dcebb5e8
commit 8c6cb443e3
5 changed files with 1 additions and 16 deletions

View File

@@ -1,6 +1,4 @@
using System; using System;
using System.Globalization;
using System.Linq;
using System.Net.Sockets; using System.Net.Sockets;
using ProftaakRH; using ProftaakRH;

View File

@@ -1,10 +1,6 @@
using Newtonsoft.Json; using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System; using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq; using System.Linq;
using System.Security.Cryptography;
using System.Text; using System.Text;
namespace Client namespace Client

View File

@@ -1,9 +1,5 @@
using System; using System;
using System.Collections.Generic;
using System.Text;
using Hardware; using Hardware;
using Hardware.Simulators;
using ProftaakRH;
namespace Client namespace Client
{ {

View File

@@ -1,11 +1,7 @@
using System; using System;
using System.Collections.Generic;
using System.IO;
using System.Linq; using System.Linq;
using System.Net;
using System.Net.Sockets; using System.Net.Sockets;
using System.Text; using System.Text;
using Newtonsoft;
using Newtonsoft.Json; using Newtonsoft.Json;
namespace Server namespace Server

View File

@@ -1,5 +1,4 @@
using System; using System.Net;
using System.Net;
using System.Net.Sockets; using System.Net.Sockets;
namespace Server namespace Server