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