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