예제 #1
0
 private void button3_Click(object sender, EventArgs e)
 {
     theater    = label2.Text;
     showtiming = button3.Text;
     statename  = comboBox1.Text;
     slot       = "s_tatus1";
     obofseatbooking.Show();
     this.Hide();
 }
        private void button1_Click(object sender, EventArgs e)
        {
            seat_booking obofseatbooking = new seat_booking();

            obofseatbooking.Show();
            this.Hide();
        }