Example #1
0
 public AddCustomer(Home h)
 {
     home = h;
     InitializeComponent();
 }
 public ViewFlight(Home h)
 {
     home = h;
     InitializeComponent();
 }
Example #3
0
 public ViewBooking(Home h)
 {
     home = h;
     InitializeComponent();
 }
 public DeleteFlight(Home h)
 {
     home = h;
     InitializeComponent();
 }