Files
Csharp-eindproject/SharedClientServer/ClientServerUtil.cs
2020-10-12 14:03:13 +02:00

14 lines
187 B
C#

using System;
using System.Collections.Generic;
using System.IO;
using System.Net.Sockets;
using System.Text;
namespace SharedClientServer
{
class ClientServerUtil
{
}
}