private void Salir() { RegistroReservas.GuardarXml("registro_reservas.xml", this.reservas); this.ClienteCore.RegistroClientes.GuardaXml(); this.HabitacionCore.Registro.GuardaXml(); Application.Exit(); }
public void actualizarReservas() { RegistroReservas.GuardarXml("registro_reservas.xml", this.reservas); this.reservas = RegistroReservas.RecuperarXml("registro_reservas.xml"); this.ActualizaListaReservas(0); }