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