Exemple #1
0
 void OnListingInformationCompleted(CallbackResponse<ListingInformation> response )
 {
     if (  response.Status == CallbackStatus.Success)
     {
         listingInformation = response.Result;
         PopulatePrices(listingInformation.ProductListings);
     }
 }