Пример #1
0
        /// <summary>
        ///
        /// </summary>
        /// <returns></returns>
        private bool InterpretDictionary()
        {
            _vs = new VariableStorage();

            return(_vs.FillData(ref _dict));
        }