예제 #1
0
 public PreparedDownload(Download download)
 {
     this.Item = download;
     this.state = DownloadState.Idle;
     this.Statistics = new DownloadStatistics();
 }
예제 #2
0
 public PreparedDownload(Download download)
 {
     this.Item       = download;
     this.state      = DownloadState.Idle;
     this.Statistics = new DownloadStatistics();
 }