Ejemplo n.º 1
0
 public override async Task OnNavigatedToAsync(object parameter, NavigationMode mode, IDictionary<string, object> state)
 {
     var textService = new Services.TextService.TextService();
     Paragraphs = await textService.GetTextAsync();
 }
        public override async Task OnNavigatedToAsync(object parameter, NavigationMode mode, IDictionary <string, object> state)
        {
            var textService = new Services.TextService.TextService();

            Paragraphs = await textService.GetTextAsync();
        }