Esempio n. 1
0
 private async Task LoadLocations()
 {
     Locations            = new List <WeatherLocation>(await ResourcesLoader.LoadWeatherLocations());
     _locationsUnfiltered = Locations;
 }