コード例 #1
0
 public DownloadStrategyManager(Torrent torrent)
 {
     this.mTorrent      = torrent;
     this.mPieceCounter = new PieceCounter(this.mTorrent.PieceCount);
 }
コード例 #2
0
		public DownloadStrategyManager( Torrent torrent )
		{
			this.mTorrent = torrent;
			this.mPieceCounter = new PieceCounter( this.mTorrent.PieceCount );
		}