Esempio n. 1
0
 public XWeatherVM(XWeather weather)
 {
     _weather = weather;
 }
Esempio n. 2
0
 public XWeatherVM()
 {
     _weather = new XWeather();
 }