Пример #1
0
        public override BaseElement Clone()
        {
            EventGateway clone = new EventGateway();

            clone.SetValues(this);
            return(clone);
        }
Пример #2
0
 public void SetValues(EventGateway otherElement)
 {
     base.SetValues(otherElement);
 }