public override DestinationBase Clone() { RssSubscription clone = new RssSubscription(this.Description, this.Url, this.Username, this.Password, this.PollInterval, this.Enabled); return(clone); }
public override DestinationBase Clone() { RssSubscription clone = new RssSubscription(this.Description, this.Url, this.Username, this.Password, this.PollInterval, this.Enabled); return clone; }