/// <summary> /// set up the eventlistener to act when the station list in PageModel changed /// gets the PageModel /// </summary> protected override void OnAppearing() { model = (AddIngredientPageModel)this.BindingContext; }
public AddIngredientPage(AddIngredientPageModel _model) { this.BindingContext = _model; model = _model; InitializeComponent(); }