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