Пример #1
0
 public PrescriptionForm(int prescriptionID)
 {
     InitializeComponent();
     this.prescriptionID  = prescriptionID;
     preDetailBusiness    = new PrescriptionDetailBusiness();
     prescriptionBusiness = new PrescriptionBusiness();
     medicineBusiness     = new MedicineBusiness();
 }
 public MedicineManagerForm()
 {
     InitializeComponent();
     medicineBusiness = new MedicineBusiness();
 }