/// <summary> /// Инициализировать шаблон /// </summary> void InicShablon() { FileShablon = ofd.FileName; pte = new ParsTypeElement(FileShablon); pte.ReadNodes(); InElementBox(); }
/// <summary> /// Конструктор /// </summary> /// <param name="PathToXml">Пусть к XML файлу</param> public OpenDocumentationFromXml(string PathToXml) { this._attrs = new List <string>(); this._path = PathToXml; this._reader = new XmlTextReader(this._path); this._pte = new ParsTypeElement(); this._tagValue = new Dictionary <Enums.NodeToText, string>(); this._func = new Enums(); }