コード例 #1
0
        /// <summary>
        /// Overrides method handling hardware "back" button press.
        /// Finishes workout.
        /// Navigates to the home page.
        /// </summary>
        protected override bool OnBackButtonPressed()
        {
            _viewModel.Finish();

            return(true);
        }