Example #1
0
        private void button2_Click(object sender, EventArgs e)
        {
            Form inscription = new Form_inscription();

            this.Hide();
            inscription.ShowDialog(this);
        }
Example #2
0
        private void nouveauUtilisateurToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form a = new Form_inscription();

            a.ShowDialog(this);
        }