Files
Proftaak-RH-B4/Server/Client.cs
2020-09-23 11:00:45 +02:00

11 lines
121 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Server
{
class Client
{
}
}