コード例 #1
0
ファイル: MainPage.xaml.cs プロジェクト: 745322878/Code
 async private void Button3_Click(object sender, RoutedEventArgs e)
 {
     ContentDialog2 contentDialog2 = new ContentDialog2();
     await contentDialog2.ShowAsync();
 }
コード例 #2
0
ファイル: MainPage.xaml.cs プロジェクト: xiyouWyz/Code
 async private void Button3_Click(object sender, RoutedEventArgs e)
 {
     ContentDialog2 contentDialog2 = new ContentDialog2();
     await contentDialog2.ShowAsync();
 }