Esempio n. 1
0
 private void movieRemoveEntry_Click(object sender, EventArgs e)
 {
     FormOperations.RemoveEntries(movieFilePathList, movieListView.SelectedIndices.Cast <int>().ToList());
     FormOperations.RefreshListViewCount(movieFilePathList, movieListView, movieFileCount);
 }