Ejemplo n.º 1
0
        public override object Clone()
        {
            CFindServiceSCP temp = new CFindServiceSCP(this);

            temp.Query = this.Query;
            return(temp);
        }
Ejemplo n.º 2
0
 public CFindServiceSCP(CFindServiceSCP other)
     : base(other)
 {
 }