Esempio n. 1
0
 private void btnShowAllBookings_Click(object sender, EventArgs e)
 {
     gvBookings.DataSource = CC.GetAllBookings();
 }