Exemple #1
0
 private void mnAbout_Click(object sender, EventArgs e)
 {
     frmAbout Fa = new frmAbout();
     Fa.Show();
 }