public FormDoctorInfoUpdate(Doctor doctor) { InitializeComponent(); this.doctor = doctor; bllDoctor = new BLLDoctor(); cities = new List <City>(); counties = new List <County>(); }
public FormDoctorAppointment(Doctor doctor) { InitializeComponent(); medicines = new List <Medicine>(); bllDoctor = new BLLDoctor(); prescription = new List <Medicine>(); this.doctor = doctor; }
public FormMemberChangePassword(Doctor doctor) { InitializeComponent(); this.doctor = doctor; bllDoctor = new BLLDoctor(); }
public FormDoctorInfo(Doctor doctor) { InitializeComponent(); bllDoctor = new BLLDoctor(); this.doctor = doctor; }
public FormDoctorAppointmentHistory(Doctor doctor) { InitializeComponent(); this.doctor = doctor; bllDoctor = new BLLDoctor(); }