Пример #1
0
        public bool LoadFromXml(List <string> paths)
        {
            var newDataSource = m_xmlDataSource.Load(paths);

            if (newDataSource != null)
            {
                m_dataSource = newDataSource;
                DatasourceChanged.Execute();
                m_config.Value = DataSourcePaths;
                return(true);
            }
            return(false);
        }