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