コード例 #1
0
 private void btn_ControlVacaciones_Click(object sender, EventArgs e)
 {
     frm_RRHH_ControlVacaciones ventanaControlVacaciones = new frm_RRHH_ControlVacaciones();
     ventanaControlVacaciones.ShowDialog();
 }
コード例 #2
0
 private void controlVacacionesToolStripMenuItem_Click(object sender, EventArgs e)
 {
     frm_RRHH_ControlVacaciones ventanaControlVacaciones = new frm_RRHH_ControlVacaciones();
     ventanaControlVacaciones.ShowDialog();
 }