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