Exemplo n.º 1
0
        private async Task LoadAsync()
        {
            IsBusy = true;

            MenuItem menuItem = (MenuItem)navigationService.Parameter;

            PageContent = await pageContentService.GetAsync(menuItem.Name);

            // Podpinamy notyfikację do wszystkich elementów
            Subscribe();

            IsBusy = false;
        }