Exemple #1
0
        //public LabPatientBill()
        //{
        //    InitializeComponent();

        //}
        public LabPatientBill(object lp1, object la1) //:this()
        {
            InitializeComponent();
            lp = (LabPatient)lp1;
            la = (LabAppointment)la1;
            //setPatientDetails();
        }
Exemple #2
0
 public Form2()
 {
     InitializeComponent();
     dbr                  = new DBRetrieve();
     labPatient           = new LabPatient();
     labappmnt            = new LabAppointment();
     manipulateLabAppmnt  = new LabAppointment();
     manipulateLabPatient = new LabPatient();
 }