Esempio n. 1
0
 private void movieAddFolder_Click(object sender, EventArgs e)
 {
     FormOperations.AddFolder(movieAddFolderDialog, movieFilePathList);
     FormOperations.RefreshListViewCount(movieFilePathList, movieListView, movieFileCount);
 }
Esempio n. 2
0
 private void subtitleAddFolder_Click(object sender, EventArgs e)
 {
     FormOperations.AddFolder(subtitleAddFolderDialog, subtitleFilePathList);
     FormOperations.RefreshListViewCount(subtitleFilePathList, subtitleListView, subtitleFileCount);
 }