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