예제 #1
0
        void ExpandSpecificNode(GetNodeByID getter)
        {
            TreatSpecificNodes treater = new TreatSpecificNodes(getter, null, true, true);

            _mainForm.treeList.NodesIterator.DoOperation(treater);
        }