Example #1
0
        //-------------------------------------------CARGAR Y GUARDAR------------------------------------------------------

        /// <summary>
        ///     Carga el XML en las listas
        /// </summary>
        public void CargarXML()
        {
            ColeccionClientes    = GestorDeClientes.CargarXML();
            ColeccionVehiculos   = ColeccionVehiculos.CargarXml();
            ColeccionTransportes = ColeccionTransportes.CargarXML(ColeccionClientes, ColeccionVehiculos);
        }