private void btnFonction_Click(object sender, EventArgs e) { fonctions frm = new fonctions(); frm.ShowDialog(); }
private void FonctionPictureBox_Click(object sender, EventArgs e) { fonctions frm = new fonctions(); frm.ShowDialog(); }