示例#1
0
 private void OnToolIconPacketReceived(ToolIconPacket packet)
 {
     OnToolIconPacketReceived(new ToolIconPacketReceivedEventArgs(packet));
 }
 public ToolIconPacketReceivedEventArgs(ToolIconPacket packet)
     : base(packet)
 {
 }