Example #1
0
 private void mandarPublicidadToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (frminterestedmail == null)
     {
         frminterestedmail              = new frmInterestedMailing();
         frminterestedmail.FormClosing += fManage_Closingfrm;
         frminterestedmail.MdiParent    = this;
         cambiarEstado(State.Modify);
     }
     frminterestedmail.Visible = true;
 }
Example #2
0
 public void fManage_Closingfrm(object sender, FormClosingEventArgs e)
 {
     frmcourse           = null;
     frmcoursehistory    = null;
     frmprofessor        = null;
     frmstudentconsult   = null;
     frmstudent          = null;
     frmweekavailability = null;
     frminterestedmail   = null;
     frminterested       = null;
     frmpw = null;
     cambiarEstado(State.New);
 }