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