예제 #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();
        }