Exemplo n.º 1
0
        private void btnutilisateur_Click(object sender, EventArgs e)
        {
            palbtn.Top = btnUT.Top;
            inscription fr = new inscription();

            fr.ShowDialog();
            this.Close();
        }
Exemplo n.º 2
0
        private void button2_Click(object sender, EventArgs e)
        {
            inscription FR1 = new inscription();

            FR1.ShowDialog();
        }