public async void LoadPlaces()
 {
     Places = await shredderService.GetPlaces();
 }
Esempio n. 2
0
        public async void LoadPlaces()
        {
            Places = await shredderService.GetPlaces();

            this.PlacesLoading = false;
        }
Esempio n. 3
0
 private async void LoadPlaces()
 {
     Places = await shredderService.GetPlaces();
 }