コード例 #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)
 {
 }