BattleCry.Util.XmlConfigManager.SaveConfig C# (CSharp) 메소드

SaveConfig() 공개 메소드

public SaveConfig ( string xmlLocation ) : bool
xmlLocation string
리턴 bool
        public bool SaveConfig(string xmlLocation)
        {
            Hearthstone_Deck_Tracker.XmlManager<Config>.Save(xmlLocation, _config);
            return true;
        }
    }