示例#1
0
 public EmoticonArrivedEventArgs(Contact sender, Emoticon emoticon, Contact circle, RoutingInfo routingInfo)
     : base(sender, circle, routingInfo)
 {
     this.emoticon = emoticon;
 }
示例#2
0
 public EmoticonDefinitionEventArgs(Contact contact, Contact originalSender, RoutingInfo routingInfo, Emoticon emoticon)
     : base(contact, originalSender, routingInfo)
 {
     this.emoticon = emoticon;
 }