Пример #1
0
        public override object Clone()
        {
            MppsServiceSCP temp = new MppsServiceSCP(this);

            temp.MppsCreate = this.MppsCreate;
            temp.MppsSet    = this.MppsSet;
            return(temp);
        }
Пример #2
0
 public MppsServiceSCP(MppsServiceSCP other)
     : base(other)
 {
 }