Exemplo n.º 1
0
 static void cont_RecieveEvent(object sender, NetEventArgs args)
 {
     Console.WriteLine("RECV: {0}",args.GetPacketAsString());
 }
Exemplo n.º 2
0
 static void cont_NewConnectionEvent(object sender, NetEventArgs args)
 {
     Console.WriteLine("NEW!");
 }