Esempio n. 1
0
 public void LoadProducts()
 {
     _serviceAgent.GetCustomers((products, error) => CustomersLoaded(products, error));
 }