Exemplo n.º 1
0
 public AddCustomer(Home h)
 {
     home = h;
     InitializeComponent();
 }
 public ViewFlight(Home h)
 {
     home = h;
     InitializeComponent();
 }
Exemplo n.º 3
0
 public ViewBooking(Home h)
 {
     home = h;
     InitializeComponent();
 }
 public DeleteFlight(Home h)
 {
     home = h;
     InitializeComponent();
 }