コード例 #1
0
ファイル: Main.cs プロジェクト: aivlast/NanoCore-Plugins
 public void ClientReadPacket(NanoCore.IServerClient client, string pipeName, object[] @params)
 {
     //throw new NotImplementedException();
 }
コード例 #2
0
ファイル: Main.cs プロジェクト: aivlast/NanoCore-Plugins
 public void ClientStateChanged(NanoCore.IServerClient client, bool connected)
 {
     //throw new NotImplementedException();
 }
コード例 #3
0
ファイル: Main.cs プロジェクト: aivlast/NanoCore-Plugins
 public void ClientPipeDestroyed(NanoCore.IServerClient client, string pipeName)
 {
     //throw new NotImplementedException();
 }