public AddCheeseAndRatingView() { _viewModel = new AddCheeseAndRatingViewModel(this); BindingContext = _viewModel; InitializeDisplay(); }
public AddCheeseAndRatingView() { _viewModel = new AddCheeseAndRatingViewModel (this); BindingContext = _viewModel; InitializeDisplay (); }