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.Globalization;
using System.Linq;
using System.Net.Sockets;
using ProftaakRH;

View File

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

View File

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