Inheritance: System.Windows.Forms.Form
Example #1
0
 private void MenuAbout_Click(object sender, EventArgs e)
 {
     AboutBox about = new AboutBox();
     about.Show();
 }
Example #2
0
        private void MenuAbout_Click(object sender, EventArgs e)
        {
            AboutBox about = new AboutBox();

            about.Show();
        }