Exemplo n.º 1
0
 private void OnGoBackMessage(GoBackMessage message)
 {
     _frameNavigationService.GoBack();
 }
Exemplo n.º 2
0
 /*   private void OnGoHome(GoHomeMessage message)
  * {
  *     Frame frame = new Frame();
  *     frame.Style = (Application.Current.Resources["RootFrameStyle"] as Style);
  *     Window.Current.Content = (frame);
  *     frame.Content = (new ProfileViewPage());
  * } */
 private void OnGoBack(GoBackMessage message)
 {
     ((Frame)Window.Current.Content).GoBack();
 }