예제 #1
0
 private void ExecuteNextCommand()
 {
     TransitionService.Navigate(NextView, null);
 }
예제 #2
0
 private void ExecutePrevCommand()
 {
     TransitionService.Navigate(PrevVew, null);
 }