Exemplo n.º 1
0
 private void movieMovieTop_Click(object sender, EventArgs e)
 {
     FormOperations.MoveListViewItemTop(movieListView, movieFilePathList);
     FormOperations.RefreshListViewCount(movieFilePathList, movieListView, movieFileCount);
     movieListView.Focus();
 }
Exemplo n.º 2
0
 private void subtitleMoveTop_Click(object sender, EventArgs e)
 {
     FormOperations.MoveListViewItemTop(subtitleListView, subtitleFilePathList);
     FormOperations.RefreshListViewCount(subtitleFilePathList, subtitleListView, subtitleFileCount);
     subtitleListView.Focus();
 }