示例#1
0
 private void statistiquesToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Graphique frmGraphique = new Graphique();
     frmGraphique.ShowDialog();
 }
 private void btnStats_Click(object sender, EventArgs e)
 {
     Graphique frmGraphique = new Graphique();
     frmGraphique.ShowDialog();
 }