예제 #1
0
        private void button10_Click(object sender, EventArgs e)
        {
            this.Hide();
            booking6 b6 = new booking6();

            b6.Show();
        }
예제 #2
0
파일: booking3.cs 프로젝트: induwara99/ITP
 public booking3()
 {
     InitializeComponent();
     booking6 b6 = new booking6();
 }