Files
Csharp-eindproject/Eindproject/Client2/Program.cs
2020-10-23 21:05:05 +02:00

15 lines
212 B
C#

using System;
namespace Client2
{
class Program
{
static void Main(string[] args)
{
Client.App app = new Client.App();
app.Run();
}
}
}