Ejemplo n.º 1
0
 public void ClientReadPacket(NanoCore.IServerClient client, string pipeName, object[] @params)
 {
     //throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public void ClientStateChanged(NanoCore.IServerClient client, bool connected)
 {
     //throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public void ClientPipeDestroyed(NanoCore.IServerClient client, string pipeName)
 {
     //throw new NotImplementedException();
 }