Example #1
0
 static UriImageSource()
 {
     if (!Store.GetDirectoryExistsAsync(CacheName).Result)
     {
         Store.CreateDirectoryAsync(CacheName).Wait();
     }
 }