Example #1
0
        private void fotovero_Click(object sender, RoutedEventArgs e)
        {
            Horas horas = new Horas(salas, "Vero", this, asientos);

            this.Hide();
            horas.Show();
        }
Example #2
0
        private void fotoroja_Click(object sender, RoutedEventArgs e)
        {
            Horas horas = new Horas(salas, "Unavisita", this, asientos);

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