Пример #1
0
        // public static abstract NodeDS ByNode();

        protected void Copy(NodeDS node)
        {
            CreateFromPoint(node.BasePoint);

            Fixity = node.Fixity;

            BasePoint = node.BasePoint;

            Index = node.Index;
        }
Пример #2
0
       // public static abstract NodeDS ByNode();

        protected void Copy(NodeDS node)
        {
            CreateFromPoint(node.BasePoint);

            Fixity = node.Fixity;

            BasePoint = node.BasePoint;

            Index = node.Index;
        }