Exemple #1
0
 private void menuAbout_Click(object sender, EventArgs e)
 {
     frmAbout f = new frmAbout();
     f.ShowDialog();
 }