예제 #1
0
파일: LinkTree.cs 프로젝트: nandub/DeOps
        public LinkNode(OpLink link, LinkTree parent)
        {
            Link       = link;
            ParentView = parent;
            Trust      = parent.Trust;
            Locations  = parent.Core.Locations;

            UpdateStatus();
        }
예제 #2
0
파일: LinkTree.cs 프로젝트: RoelofSol/DeOps
        public LinkNode(OpLink link, LinkTree parent)
        {
            Link = link;
            ParentView = parent;
            Trust = parent.Trust;
            Locations = parent.Core.Locations;

            UpdateStatus();
        }