merge Develop into master #9

Merged
SemvdH merged 66 commits from develop into master 2020-09-25 14:51:29 +00:00
5 changed files with 1 additions and 16 deletions
Showing only changes of commit 8c6cb443e3 - Show all commits

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