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