Exemple #1
0
        private void nuevaHabitacion_Click(object sender, EventArgs e)
        {
            var nuevo = new AbmHabitacion.Habitacion(_main.session);

            nuevo.Show();
        }