示例#1
0
 public void LoadData()
 {
     ProfileService.BeginGetCustomerProfiles(EndGetCustomersProfile, null);
     TagService.BeginGetStandardTags(EndGetStandardTags, null);
     AgencyService.BeginGetAgencies(EndGetAgencies, null);
 }
示例#2
0
 private void LoadAgencies()
 {
     AgencyService.BeginGetAgencies(EndGetAgencies, null);
 }