예제 #1
0
 private void Btn_checkout_Click(object sender, System.EventArgs e)
 {
     bookingController.CheckOut(booking);
     this.Owner.Close();
 }