Inheritance: System.Windows.Forms.Form
コード例 #1
0
 private void ToolStripMenuItemAbount_Click(object sender, EventArgs e)
 {
     AboutBox a=new AboutBox();
     a.Show();
 }
コード例 #2
0
        private void ToolStripMenuItemAbount_Click(object sender, EventArgs e)
        {
            AboutBox a = new AboutBox();

            a.Show();
        }