Esempio n. 1
0
 public async void GetCurrentCondition()
 {
     CurrentCondition = await WeatherHelper.GetCurrentCondition(SelectedCity.Key);
 }