protected WhitelistHeaderCollectionDownload(CollectionDownloadType type) : base(type)
 {
 }
 protected HeaderCollectionDownload(CollectionDownloadType type)
 {
     this._type = type;
 }
Example #3
0
 protected HeaderCollectionDownload(CollectionDownloadType type)
 {
     this._type = type;
 }
Example #4
0
 private HeaderCollectionDownload(CollectionDownloadType type)
 {
     this._type = type;
 }
 protected WhitelistHeaderCollectionDownload(CollectionDownloadType type) : base(type)
 {
 }