public override DestinationBase Clone() { UDPForwardDestination clone = new UDPForwardDestination(this.Description, this.Enabled, this.IPAddress, this.Port, this.Password); return(clone); }
public override DestinationBase Clone() { UDPForwardDestination clone = new UDPForwardDestination(this.Description, this.Enabled, this.IPAddress, this.Port, this.Password); return clone; }