Exemple #1
0
 public UriImageSource()
 {
     this.EnableCache = true;
     this.CacheTime   = TimeSpan.FromDays(1);
     this.Cache       = new DiskCache(this.SubDir);
 }
 public UriImageSource() {
     this.EnableCache = true;
     this.CacheTime = TimeSpan.FromDays(1);
     this.Cache = new DiskCache(this.SubDir);
 }