Esempio n. 1
0
 private void mnuAbout_Click(object sender, EventArgs e)
 {
     Form f = new frmAbout();
     f.ShowDialog();
 }