Esempio n. 1
0
 void AboutToolStripMenuItemClick(object sender, System.EventArgs e)
 {
     About about =new About();
     about.ShowDialog();
 }