private void OnGoBackMessage(GoBackMessage message) { _frameNavigationService.GoBack(); }
/* 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(); }