コード例 #1
0
 private void CancelReservation(object sender, EventArgs e)
 {
     f.CancelReservation(Convert.ToInt32(RoomNo.Text));
 }