public ProductsPage() { InitializeComponent(); BindingContext = new ProductsViewModel(); NavigationPage.SetBackButtonTitle(this, ""); }
public ProductsPage () { InitializeComponent (); BindingContext = new ProductsViewModel(); NavigationPage.SetBackButtonTitle (this,"" ); }