public EmoticonArrivedEventArgs(Contact sender, Emoticon emoticon, Contact circle, RoutingInfo routingInfo) : base(sender, circle, routingInfo) { this.emoticon = emoticon; }
public EmoticonDefinitionEventArgs(Contact contact, Contact originalSender, RoutingInfo routingInfo, Emoticon emoticon) : base(contact, originalSender, routingInfo) { this.emoticon = emoticon; }