コード例 #1
0
ファイル: UpdateChecker.cs プロジェクト: michaelita/HomeGenie
 public ArchiveDownloadEventArgs(ReleaseInfo releaseInfo, ArchiveDownloadStatus status)
 {
     this.ReleaseInfo = releaseInfo;
     this.Status = status;
 }
コード例 #2
0
ファイル: UpdateChecker.cs プロジェクト: orf53975/HomeGenie
 public ArchiveDownloadEventArgs(ReleaseInfo releaseInfo, ArchiveDownloadStatus status)
 {
     this.ReleaseInfo = releaseInfo;
     this.Status      = status;
 }