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(); }