Esempio n. 1
0
 public ArchiveDownloadEventArgs(ReleaseInfo releaseInfo, ArchiveDownloadStatus status)
 {
     this.ReleaseInfo = releaseInfo;
     this.Status = status;
 }
Esempio n. 2
0
 public ArchiveDownloadEventArgs(ReleaseInfo releaseInfo, ArchiveDownloadStatus status)
 {
     this.ReleaseInfo = releaseInfo;
     this.Status      = status;
 }