Example #1
0
 public void LoadProducts()
 {
     _serviceAgent.GetProducts((products, error) => ProductsLoaded(products, error));
 }