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