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

            b7.Show();
        }
Ejemplo n.º 2
0
        public booking4()
        {
            InitializeComponent();

            booking7 b7 = new booking7();
        }