Example #1
0
        public async Task <bool> RefreshAsync()
        {
            await Two.SaveAsync(true);

            return(await NavigationOrchestratorAsync(CurrentPageType, CurrentPageParam, NavigationMode.Refresh, () =>
            {
                Windows.ApplicationModel.Resources.Core.ResourceContext.GetForCurrentView().Reset();
                return Two.LoadAsync(true, NavigationMode.Refresh).Result;
            }));
        }