Files
inf3/src/Start.cs
2014-04-03 11:15:05 +02:00

14 lines
285 B
C#

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