示例#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();
 }