Exemple #1
0
 public void GetCustomerImages()
 {
     InProgress = true;
     ImageService.BeginGetImages(CustomerID, EndGetCustomerImages, null);
 }