Exemplo n.º 1
0
 private void btnContactsAPI_Click(object sender, EventArgs e)
 {
     Forms.ContactsAPI mContactsAPI = new Forms.ContactsAPI(olServicesClient);
     mContactsAPI.Owner = this;
     mContactsAPI.ShowDialog(this);
 }
Exemplo n.º 2
0
 private void btnContactsAPI_Click(object sender, EventArgs e)
 {
     Forms.ContactsAPI mContactsAPI = new Forms.ContactsAPI(ref graphClient, ref applogger, ref sdklogger);
     mContactsAPI.Owner = this;
     mContactsAPI.ShowDialog(this);
 }
Exemplo n.º 3
0
 private void btnContactsAPI_Click(object sender, EventArgs e)
 {
     Forms.ContactsAPI mContactsAPI = new Forms.ContactsAPI(ref graphClient, ref applogger, ref sdklogger);
     mContactsAPI.Owner = this;
     mContactsAPI.ShowDialog(this);
 }