示例#1
0
 bool PreviousCanExecute()
 {
     return(UnmatchedReleases.Any());
 }
示例#2
0
 bool NextCanExecute()
 {
     return(UnmatchedReleases.Any());
 }