public override BaseElement Clone() { ExclusiveGateway clone = new ExclusiveGateway(); clone.SetValues(this); return(clone); }
public void SetValues(ExclusiveGateway otherElement) { base.SetValues(otherElement); }