Esempio n. 1
0
 bool PreviousCanExecute()
 {
     return(UnmatchedReleases.Any());
 }
Esempio n. 2
0
 bool NextCanExecute()
 {
     return(UnmatchedReleases.Any());
 }