Example #1
0
        private void Btn_comprar_Click(object sender, EventArgs e)
        {
            frm_boletos nuevo = new frm_boletos(this, funcion, precio_formato * precio_experiencia);

            nuevo.Show();
            this.Hide();
        }
 private void frm_asientos_FormClosing(object sender, FormClosingEventArgs e)
 {
     boletos.Show();
 }