public BackgroundColorPacketReceivedEventArgs(BackgroundColorPacket packet)
     : base(packet)
 {
 }
Пример #2
0
 private void OnBackgroundColorPacketReceived(BackgroundColorPacket packet)
 {
     OnBackgroundColorPacketReceived(new BackgroundColorPacketReceivedEventArgs(packet));
 }