コード例 #1
0
 public async void LoadPictures(int placeId)
 {
     Pictures = await shredderService.GetPicturesPerPlace(placeId);
 }