Пример #1
0
 public FormAddPatient(UCStudentTab uCStudentTab) : this()
 {
     this.uCStudentTab = uCStudentTab;
     this.intType      = 0;
     this.cbPatientType.SelectedIndex = intType;
     this.cbPatientType.Enabled       = false;
     loadType();
 }
Пример #2
0
 public FormPatientSearch(UCStudentTab uCStudentTab) : this()
 {
     this.uCStudentTab = uCStudentTab;
     this.intType      = 1;
     this.cbPatientType.SelectedIndex = intType;
     this.cbPatientType.Enabled       = false;
     loadType();
     query = "SELECT * FROM vwstudentlogs WHERE ";
 }