Example #1
0
        private void createBookingsToolStripMenuItem_Click_1(object sender, EventArgs e)
        {
            this.Hide();
            createBookings1 bookingForm1 = new createBookings1();

            bookingForm1.ShowDialog();
        }
        private void createBookingsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            this.Hide();
            createBookings1 newBooking = new createBookings1();

            newBooking.ShowDialog();
        }