public BackgroundColorPacketReceivedEventArgs(BackgroundColorPacket packet)
     : base(packet)
 {
 }
예제 #2
0
 private void OnBackgroundColorPacketReceived(BackgroundColorPacket packet)
 {
     OnBackgroundColorPacketReceived(new BackgroundColorPacketReceivedEventArgs(packet));
 }