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