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