예제 #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!");
 }