예제 #1
0
파일: CFind.cs 프로젝트: 1059444127/Dicom-4
        public override object Clone()
        {
            CFindServiceSCP temp = new CFindServiceSCP(this);

            temp.Query = this.Query;
            return(temp);
        }
예제 #2
0
파일: CFind.cs 프로젝트: 1059444127/Dicom-4
 public CFindServiceSCP(CFindServiceSCP other)
     : base(other)
 {
 }