Files
Csharp-eindproject/SharedClientServer/ClientServerUtil.cs

11 lines
143 B
C#

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