Exemplo n.º 1
0
        private void button10_Click(object sender, EventArgs e)
        {
            this.Hide();
            booking6 b6 = new booking6();

            b6.Show();
        }
Exemplo n.º 2
0
 public booking3()
 {
     InitializeComponent();
     booking6 b6 = new booking6();
 }