コード例 #1
0
ファイル: Form1.cs プロジェクト: iraychen/toxy
 private void aboutToolStripMenuItem1_Click(object sender, EventArgs e)
 {
     AboutBox1 ab = new AboutBox1();
     ab.ShowDialog();
 }
コード例 #2
0
        private void aboutToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            AboutBox1 ab = new AboutBox1();

            ab.ShowDialog();
        }