예제 #1
0
 private void RemoveCommandAction()
 {
     if (!string.IsNullOrEmpty(SelectedItemText))
     {
         if (BatchCommentFolders.Contains(SelectedItemText))
         {
             BatchCommentFolders.Remove(SelectedItemText);
         }
     }
 }
예제 #2
0
 private void RemoveAllCommandAction()
 {
     BatchCommentFolders.Clear();
 }