Ejemplo n.º 1
0
 private void bnGo_Click(object sender, System.EventArgs e)
 {
     mDoc.RenameFilesToMatchTorrent(txtTorrentFile.Text, txtFolder.Text, tmatchTree, SetProgress, rbBTCopyTo.Checked,
                                    txtBTSecondLocation.Text, mDoc.Args);
 }