コード例 #1
0
 public async void GetPictureById(int pictureId)
 {
     ActivePicture = await shredderService.GetPictureById(pictureId);
 }