Esempio n. 1
0
 private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
 {
     var about = new frmAbout();
     about.Show();
 }