コード例 #1
0
ファイル: MainWindow.cs プロジェクト: SatishSara/zxlooong
 private void AboutBoxHandler(object sender, System.EventArgs e)
 {
     AboutBox aboutBox = new AboutBox();
     aboutBox.ShowDialog();
 }
コード例 #2
0
        private void AboutBoxHandler(object sender, System.EventArgs e)
        {
            AboutBox aboutBox = new AboutBox();

            aboutBox.ShowDialog();
        }