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.Net.Sockets;
using System.Text;
using DoctorApp.ViewModels;
using ProftaakRH;
using Util;
namespace DoctorApp.Utils
{