コード例 #1
0
ファイル: MainWindow.xaml.cs プロジェクト: yknx4/SGet
 private void btnAbout_Click(object sender, RoutedEventArgs e)
 {
     About about = new About();
     about.ShowDialog();
 }