Example #1
0
 static void Main(string[] args)
 {
     TcpServer pippo = new TcpServer(8888);
 }
Example #2
0
 static void Main(string[] args)
 {
     TcpServer pippo = new TcpServer(8888);
 }