Example #1
0
 private void crearBtn_Click(object sender, EventArgs e)
 {
     FormCrearRol r = new FormCrearRol();
     this.Hide();
     r.ShowDialog();
     this.Close();
 }
Example #2
0
        private void crearBtn_Click(object sender, EventArgs e)
        {
            FormCrearRol r = new FormCrearRol();

            this.Hide();
            r.ShowDialog();
            this.Close();
        }