示例#1
0
        public override BaseElement Clone()
        {
            ComplexGateway clone = new ComplexGateway();

            clone.SetValues(this);
            return(clone);
        }
示例#2
0
 public void SetValues(ComplexGateway otherElement)
 {
     base.SetValues(otherElement);
 }