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