示例#1
0
 private void btnContactsAPI_Click(object sender, EventArgs e)
 {
     Forms.ContactsAPI mContactsAPI = new Forms.ContactsAPI(olServicesClient);
     mContactsAPI.Owner = this;
     mContactsAPI.ShowDialog(this);
 }
示例#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);
 }
示例#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);
 }