Ganz gemacht
This commit is contained in:
12
src/Start.cs
12
src/Start.cs
@@ -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();
|
||||
//}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user