private void button1_Click(object sender, EventArgs e)
        {
            Contratacion LLAMADA = new Contratacion();

            this.Hide();
            LLAMADA.ShowDialog();
        }
Exemple #2
0
 private void button2_Click(object sender, EventArgs e)
 {
     Recursos_Humanos_ProcesosFairy.Formularios.Contratacion llamada = new Contratacion();
     this.Hide();
     llamada.ShowDialog();
 }