moved dataparser to util

This commit is contained in:
Sem van der Hoeven
2020-10-14 14:59:00 +02:00
parent 037d7732f7
commit c5c74a3d7a
7 changed files with 6 additions and 208 deletions

View File

@@ -5,6 +5,7 @@ using System.Text;
using Newtonsoft.Json;
using ClientApp.Utils;
using System.Diagnostics;
using Util;
namespace Server
{

View File

@@ -5,6 +5,7 @@ using System.Linq;
using System.Net.Sockets;
using System.Text;
using DoctorApp.Utils;
using Util;
namespace Server
{