Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <string> BuyProductAsync(WPFGUI.ShopGuiReference.User u, WPFGUI.ShopGuiReference.Product p, int amount)
 {
     return(base.Channel.BuyProductAsync(u, p, amount));
 }
Ejemplo n.º 2
0
 public string BuyProduct(WPFGUI.ShopGuiReference.User u, WPFGUI.ShopGuiReference.Product p, int amount)
 {
     return(base.Channel.BuyProduct(u, p, amount));
 }