public PrescriptionForm(int prescriptionID) { InitializeComponent(); this.prescriptionID = prescriptionID; preDetailBusiness = new PrescriptionDetailBusiness(); prescriptionBusiness = new PrescriptionBusiness(); medicineBusiness = new MedicineBusiness(); }
public MedicineManagerForm() { InitializeComponent(); medicineBusiness = new MedicineBusiness(); }