Ejemplo n.º 1
0
        private void button2_Click(object sender, EventArgs e)
        {
            frmProfil pr = new frmProfil();

            pr.Show();
            this.Hide();
        }
Ejemplo n.º 2
0
        private void btnProfil_Click(object sender, EventArgs e)
        {
            frmProfil profil = new frmProfil();

            profil.Show();
            this.Close();
        }
Ejemplo n.º 3
0
 private void btnProfil_Click(object sender, EventArgs e)
 {
     frmProfil profil = new frmProfil();
     profil.Show();
     this.Close();
 }
Ejemplo n.º 4
0
 private void button2_Click(object sender, EventArgs e)
 {
     frmProfil pr = new frmProfil();
     pr.Show();
     this.Hide();
 }