コード例 #1
0
 public async void LoadPictureComments(int id)
 {
     PictureComments = await shredderService.GetPictureComments(id);
 }