Ejemplo n.º 1
0
 private void gestiónDePracticantesToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (frminterns == null)
     {
         frminterns              = new frmRHManagerEmployee();
         frminterns.FormClosing += fManage_Closingfrm;
         frminterns.MdiParent    = this;
         cambiarEstado(State.Modify);
     }
     frminterns.Visible = true;
 }
Ejemplo n.º 2
0
 public void fManage_Closingfrm(object sender, FormClosingEventArgs e)
 {
     frmcourse           = null;
     frmcoursehistory    = null;
     frmprofessor        = null;
     frmstudentconsult   = null;
     frmstudent          = null;
     frminterns          = null;
     frmweekavailability = null;
     frmpw = null;
     cambiarEstado(State.New);
 }