コード例 #1
0
ファイル: Socket.cs プロジェクト: benmanns/ogre_island
 private void OnToolIconPacketReceived(ToolIconPacket packet)
 {
     OnToolIconPacketReceived(new ToolIconPacketReceivedEventArgs(packet));
 }
コード例 #2
0
 public ToolIconPacketReceivedEventArgs(ToolIconPacket packet)
     : base(packet)
 {
 }