public void initialiseRentControl() { if (this.rentControl == null) { this.rentControl = new RentVehicleControl(this); } }
public FormRentDetails(RentVehicleControl rentvehiclecontrol) : this() { this.rentvehiclecontrol = rentvehiclecontrol; }
public void closeUseCase(RentVehicleControl rentControl) { rentControl.destroy(); this.rentControl = null; }
public FormRentDetails(RentVehicleControl rentvehiclecontrol) { InitializeComponent(); this.rentvehiclecontrol = rentvehiclecontrol; record = new RentalRecord(); }
public FormCategorySearch(RentVehicleControl rentvehiclecontrol) { InitializeComponent(); this.rentvehiclecontrol = rentvehiclecontrol; }
public FormAvailableVehicles(RentVehicleControl rentvehiclecontrol) { InitializeComponent(); this.rentvehiclecontrol = rentvehiclecontrol; }