Ejemplo n.º 1
0
 public OpenCitySearchCommand(AccuWeatherViewModel vm)
 {
     VM = vm;
 }
Ejemplo n.º 2
0
 private async void GetWeather()
 {
     var results = await AccuWeatherViewModel.GetAccuWeatherLocationInfoAsync("Bar");
 }