public CallOutDetail() { InitializeComponent(); newpatient = new patient(); //Initializes Business Logic Layer codes newambulance = new ambulance(); }
public Patient_Medical() { InitializeComponent(); newpatient = new patient(); //Initializes the new patient code }