public BackgroundColorPacketReceivedEventArgs(BackgroundColorPacket packet) : base(packet) { }
private void OnBackgroundColorPacketReceived(BackgroundColorPacket packet) { OnBackgroundColorPacketReceived(new BackgroundColorPacketReceivedEventArgs(packet)); }