示例#1
0
 async private void Button3_Click(object sender, RoutedEventArgs e)
 {
     ContentDialog2 contentDialog2 = new ContentDialog2();
     await contentDialog2.ShowAsync();
 }
示例#2
0
 async private void Button3_Click(object sender, RoutedEventArgs e)
 {
     ContentDialog2 contentDialog2 = new ContentDialog2();
     await contentDialog2.ShowAsync();
 }