Ejemplo n.º 1
0
 private Image LoadImage(string uri)
 {
     return(Image.FromStream(BlobStorageProvider.GetStreamFromUrl(uri)));
 }