コード例 #1
0
ファイル: UdpMultiplexer.cs プロジェクト: pichiliani/CoMusic
 protected void Bind(UdpMultiplexer udpMux)
 {
     mux = udpMux;
     mux.SetPacketHandler(remote, ReceivedMessage);
 }