Esempio n. 1
0
 public void OnFindContactResponse(ContactListEventArgs contactListEventArgs)
 {
     if (FindContactResponse != null)
     {
         FindContactResponse(this, contactListEventArgs);
     }
 }
Esempio n. 2
0
 public void OnContactListResponse(ContactListEventArgs contactListEventArgs)
 {
     if (ContactListResponse != null)
     {
         ContactListResponse(this, contactListEventArgs);
     }
 }