public ContentLoader( ContentCache contentCache, XMLHttpRequest xmlHttpRequest )
     : base(xmlHttpRequest)
 {
     this.contentCache = contentCache;
 }
Example #2
0
 public ContentLoader(ContentCache contentCache)
 {
     this.contentCache = contentCache;
 }
 public ContentLoader( ContentCache contentCache )
 {
     this.contentCache = contentCache;
 }