public override ITask CloneNonDynamicStuff() { FTPTask t = new FTPTask(); t.IsEnabled = this.IsEnabled; t.Server = this.Server; t.ServerDirectory = this.ServerDirectory; t.UserName = this.UserName; t.Password = this.Password; return t; }
public override ITask CloneNonDynamicStuff() { FTPTask t = new FTPTask(); t.IsEnabled = this.IsEnabled; t.Server = this.Server; t.ServerDirectory = this.ServerDirectory; t.UserName = this.UserName; t.Password = this.Password; return(t); }