示例#1
0
 void AProposToolStripMenuItemClick(object sender, EventArgs e)
 {
     Form AboutBox = new AboutBox();
     AboutBox.Show();
 }
 //Ouvre la boite de dialogue "A Propos.."
 private void menuAboutClick(object sender, EventArgs e)
 {
     Form AboutBox = new AboutBox();
     AboutBox.Show();
 }