Inheritance: System.Windows.Forms.Form
Example #1
0
 private void MenuHelpAbout_Click(object sender, EventArgs e)
 {
     using (About about = new About())
     {
         about.ShowDialog();
     }
 }