Exemplo n.º 1
0
        public bool LoadConfig(string path)
        {
            AlgorithmBase tempModuleBase = GetAlgByIndexID();

            if (tempModuleBase == null)
            {
                return(false);
            }
            if (!tempModuleBase.LoadConfig(path))
            {
                return(false);
            }
            bLoad = true;
            return(true);
        }