Пример #1
0
        public void SetDeclarefirst(PDeclarefirst node)
        {
            if(_declarefirst_ != null)
            {
            _declarefirst_.Parent(null);
            }

            if(node != null)
            {
            if(node.Parent() != null)
            {
                node.Parent().RemoveChild(node);
            }

            node.Parent(this);
            }

            _declarefirst_ = node;
        }