Ejemplo n.º 1
0
        public bool LoadXml(string inPath)
        {
            if (_areaMapComponent.Load(inPath) == "")
            {
                ResetAreaMaps();
                return(true);
            }

            return(false);
        }
Ejemplo n.º 2
0
        public AreaMapComponent GetLibrary()
        {
            AreaMapComponent comp = new AreaMapComponent();

            comp.Load(LibraryPath);

            return(comp);
        }