Exemplo n.º 1
0
 public override void Move(string oldPath, string newPath, bool ignoreExisting)
 {
     writer.Move(oldPath, newPath, ignoreExisting);
 }
Exemplo n.º 2
0
 public override void Move(TorrentFile file, string newPath, bool overwrite)
 {
     writer.Move(file, newPath, overwrite);
 }