Exemple #1
0
 public ShoppingBag(Trip trip)
 {
     InitializeComponent();
     tripId = trip.TripID;
 }