Пример #1
0
 public static async Task <BitmapImage> DownloadImage(InputFileLocation ifl)
 {
     return(Utils.LoadImage(await client.Download(ifl)));
 }