Inheritance: System.Windows.Forms.Form
 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();
        }