Inheritance: System.Windows.Forms.Form
Exemplo n.º 1
0
 private void btnProfessorsSchedule_Click(object sender, EventArgs e)
 {
     if (checkRoomData_ExistOn_PLINQ())
     {
         ShowProfessorsScheduleForm SPSF = new ShowProfessorsScheduleForm();
         ResultFormControler.Hide();
         this.Hide();
         SPSF.ShowDialog();
         this.Show();
         ResultFormControler.Show();
     }
 }
 private void btnProfessorsSchedule_Click(object sender, EventArgs e)
 {
     if (checkRoomData_ExistOn_PLINQ())
     {
         ShowProfessorsScheduleForm SPSF = new ShowProfessorsScheduleForm();
         ResultFormControler.Hide();
         this.Hide();
         SPSF.ShowDialog();
         this.Show();
         ResultFormControler.Show();
     }
 }