Example #1
0
 // Optionally call this if you want to fetch more products,
 // called automatically with pre-configured products
 public void GetProducts(string[] products)
 {
     wrapper.GetProducts(products);
 }