Exemplo n.º 1
0
 private void clearSubtitleList()
 {
     FormOperations.ClearEntry(subtitleFilePathList);
     FormOperations.RefreshListViewCount(subtitleFilePathList, subtitleListView, subtitleFileCount);
 }
Exemplo n.º 2
0
 private void clearMovieList()
 {
     FormOperations.ClearEntry(movieFilePathList);
     FormOperations.RefreshListViewCount(movieFilePathList, movieListView, movieFileCount);
 }