예제 #1
0
 public XWeatherVM(XWeather weather)
 {
     _weather = weather;
 }
예제 #2
0
 public XWeatherVM()
 {
     _weather = new XWeather();
 }