Esempio n. 1
0
        //juan Gamez
        private void BtReservar_Click(object sender, EventArgs e) //Esta opcion abrira la opcion de reservar
        {
            int tipo = 1;

            tipoPago = 1;            //Reservar
            Frm_pago avilitar = new Frm_pago(tiempo2, tipo, Elegidos2, nofuncion, cineSeleccionado, tipoPago, noTercera, noAdulto, noNino);

            avilitar.Show();
            Visible = false;
        }
Esempio n. 2
0
        //juan gamez
        private void BtPago_Click(object sender, EventArgs e) //Esta opcion abre el menu de pago
        {
            int tipo = 2;

            tipoPago = 0;            // Pagar
            Frm_pago avilitar = new Frm_pago(tiempo2, tipo, Elegidos2, nofuncion, cineSeleccionado, tipoPago, noTercera, noAdulto, noNino);

            avilitar.Show();
            Visible = false;
        }