Пример #1
0
 bool CanDeleteProject()
 {
     return(AllProjects.Count(p => p.IsSelected == true) == 1);
 }