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

            return(false);
        }
        public AreaMapComponent GetLibrary()
        {
            AreaMapComponent comp = new AreaMapComponent();

            comp.Load(LibraryPath);

            return(comp);
        }