Пример #1
0
 static void cont_RecieveEvent(object sender, NetEventArgs args)
 {
     Console.WriteLine("RECV: {0}",args.GetPacketAsString());
 }
Пример #2
0
 static void cont_NewConnectionEvent(object sender, NetEventArgs args)
 {
     Console.WriteLine("NEW!");
 }