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