Inheritance: System.Windows.Forms.Form
コード例 #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();
     }
 }
コード例 #2
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();
     }
 }