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