Ejemplo n.º 1
0
        private void btnFonction_Click(object sender, EventArgs e)
        {
            fonctions frm = new fonctions();

            frm.ShowDialog();
        }
Ejemplo n.º 2
0
        private void FonctionPictureBox_Click(object sender, EventArgs e)
        {
            fonctions frm = new fonctions();

            frm.ShowDialog();
        }