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