Ejemplo n.º 1
0
        private void btLayVe_Click(object sender, EventArgs e)
        {
            Thong_Tin_Ve ttv = new Thong_Tin_Ve();

            this.Visible = false;
            ttv.ShowDialog();
            this.Close();
        }
Ejemplo n.º 2
0
        private void btGiaoDich_Click(object sender, EventArgs e)
        {
            Thong_Tin_Ve frm = new Thong_Tin_Ve();

            frm.Sender(cmbPhim.Text);
            frm.message(Convert.ToString(numSoVe.Value));
            frm.send(cmbSuatChieu.Text);
            frm.mess(txtViTri.Text);
            frm.Send(cmbRapChieu.Text);
            this.Hide();
            frm.Show();
        }