private async void Refresh_Click(object sender, RoutedEventArgs e) { this.LogBox.Text = await SharedState.GetLogContentsAsync(); }
protected override async void OnNavigatedTo(NavigationEventArgs e) { base.OnNavigatedTo(e); this.LogBox.Text = await SharedState.GetLogContentsAsync(); }