Beispiel #1
0
 public AddCityView(CityWeatherViewModel prevPage)
 {
     InitializeComponent();
     BindingContext = new AddCityViewModel(Navigation, prevPage);
 }
 public CityWeatherView()
 {
     InitializeComponent();
     cityWeatherViewModel = new CityWeatherViewModel(Navigation);
     BindingContext       = cityWeatherViewModel;
 }