Exemple #1
0
 public BuddySignedInEventArgs(Identity i_Buddy) : base()
 {
     Buddy = i_Buddy;
 }
 public BuddyListItem(Identity i_Identity, IEnumerable <string> i_Groups)
 {
     Groups   = i_Groups;
     Identity = i_Identity;
 }