private void button11_Click(object sender, EventArgs e) { this.Hide(); booking7 b7 = new booking7(); b7.Show(); }
public booking4() { InitializeComponent(); booking7 b7 = new booking7(); }