Exemplo n.º 1
0
        //Clones the part and copies content values and type
        //Used in both Part_ContainerManipulationDelta and _...Completed
        public Part clone()
        {
            Part copy = new Part();

            copy.copyPartInfoFrom(this);

            return(copy);
        }
Exemplo n.º 2
0
        //Clones the part and copies content values and type
        //Used in both Part_ContainerManipulationDelta and _...Completed
        public Part clone()
        {
            Part copy = new Part();
            copy.copyPartInfoFrom(this);

            return copy;
        }