Exemple #1
0
 public TorrentFileInfo(UTorrentMonitor monitor, Torrent torrent, TorrentFile torrentFile)
 {
     this.Monitor       = monitor;
     this.Torrent       = torrent;
     this.TorrentFile   = torrentFile;
     this.LocalFileInfo = new FileInfo(Path.Combine(torrent.TargetDirectory, torrentFile.Name));
 }
Exemple #2
0
 public TorrentFileInfo(UTorrentMonitor monitor, Torrent torrent, TorrentFile torrentFile)
 {
     this.Monitor = monitor;
     this.Torrent = torrent;
     this.TorrentFile = torrentFile;
     this.LocalFileInfo = new FileInfo(Path.Combine(torrent.TargetDirectory, torrentFile.Name));
 }