private void Init()
 {
     Weather = new WeatherViewModel(DailyWeather.Weather[0]);
     _options.PropertyChanged += Options_PropertyChanged;
 }
Beispiel #2
0
 private void Init()
 {
     Weather = new WeatherViewModel(_currentWeather.Weather[0]);
     // Sub to options property changed event
     _options.PropertyChanged += Options_PropertyChanged;
 }