Exemplo n.º 1
0
        private void irASeleccionarHotelActivo()
        {
            SeleccionarHotel seleccionarHotel = new SeleccionarHotel();

            seleccionarHotel.FormClosed += delegate(System.Object o, System.Windows.Forms.FormClosedEventArgs ee)
            { Close(); };
            seleccionarHotel.Show();
            Hide();
        }