Example #1
0
        private void button11_Click(object sender, EventArgs e)
        {
            this.Hide();
            booking7 b7 = new booking7();

            b7.Show();
        }
Example #2
0
        public booking4()
        {
            InitializeComponent();

            booking7 b7 = new booking7();
        }