Ganz gemacht

This commit is contained in:
2014-04-03 11:15:05 +02:00
parent 89b4e2b163
commit b4a84997fe
4 changed files with 14 additions and 14 deletions

View File

@@ -4,11 +4,11 @@ using System.Net.Sockets;
public class Start
{
public static void Main()
{
TcpClient client = new TcpClient("localhost", 9999);
Program program = new Program(client);
program.StartThreads();
}
//public static void Main()
//{
// TcpClient client = new TcpClient("localhost", 9999);
// Program program = new Program(client);
// program.StartThreads();
//}
}