コード例 #1
0
        private void About(object sender, RoutedEventArgs e)
        {
            winAbout myabout = new winAbout();

            myabout.ShowDialog();
        }
コード例 #2
0
ファイル: MainWindow.xaml.cs プロジェクト: sonicrang/Train_TS
 private void About(object sender, RoutedEventArgs e)
 {
     winAbout myabout = new winAbout();
     myabout.ShowDialog();
 }