예제 #1
0
        private bool IsDataRowNode(TreeListNode node, string rowID)
        {
            BaseTreeListTag tag = node.Tag as BaseTreeListTag;

            return(tag != null && tag.GetIDsWithinAllSystems().Contains(rowID));
        }