コード例 #1
0
ファイル: TorrentMatch.cs プロジェクト: bravesoftdz/tvrename
 private void bnGo_Click(object sender, System.EventArgs e)
 {
     mDoc.RenameFilesToMatchTorrent(txtTorrentFile.Text, txtFolder.Text, tmatchTree, SetProgress, rbBTCopyTo.Checked,
                                    txtBTSecondLocation.Text, mDoc.Args);
 }