Пример #1
0
 public FormAddPatient(FormAddPatientLogs log) : this()
 {
     this.intType = 0;
     this.log     = log;
     this.cbPatientType.SelectedIndex = intType;
     loadType();
 }
Пример #2
0
 public FormPatientSearch(FormAddPatientLogs formAddPatientLogs) : this()
 {
     this.formAddPatientLogs = formAddPatientLogs;
     query = "SELECT Code, `Name` from vwpatients WHERE ";
 }