//public ConsultPage() //{ //} public ConsultPage() { InitializeComponent(); BindingContext = new ConsultPageViewsModels(Navigation, ApiService.Instance); //listCars.RefreshCommand = new Command(() => { // //Do your stuff. // RefreshData(); // listCars.IsRefreshing = false; //}); }
public ConsultPage() { InitializeComponent(); BindingContext = new ConsultPageViewsModels(Navigation); }