private void btn_ControlVacaciones_Click(object sender, EventArgs e) { frm_RRHH_ControlVacaciones ventanaControlVacaciones = new frm_RRHH_ControlVacaciones(); ventanaControlVacaciones.ShowDialog(); }
private void controlVacacionesToolStripMenuItem_Click(object sender, EventArgs e) { frm_RRHH_ControlVacaciones ventanaControlVacaciones = new frm_RRHH_ControlVacaciones(); ventanaControlVacaciones.ShowDialog(); }