Esempio n. 1
0
        /// <summary>
        /// 从文件读取数据
        /// </summary>
        public override void LoadByFile()
        {
            string newValue = RegistryUtil.GetRegeditkeyValue(this.FileSavePath, this.FileName);

            LoadByString(newValue);
        }