Exemplo n.º 1
0
 public ProductPage(int catId, int userId)
 {
     InitializeComponent();
     vm.FetchByCategoryAsync(catId);
     BindingContext = vm;
     this.UserId    = userId;
 }