示例#1
0
        public CImage DeepCopy()
        {
            CImage imgClone = (CImage)CDataUtilities.ShallowCopyEntity(this);

            return(imgClone);
        }
示例#2
0
        public CEvent DeepCopy()
        {
            CEvent evtClone = (CEvent)CDataUtilities.ShallowCopyEntity(this);

            return(evtClone);
        }