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