public override ITask CloneNonDynamicStuff() { DirSorterTask t = new DirSorterTask(); t.IsEnabled = this.IsEnabled; t.DirectoryPattern = this.DirectoryPattern; t.DirectoryFillCount = this.DirectoryFillCount; return t; }
public override ITask CloneNonDynamicStuff() { DirSorterTask t = new DirSorterTask(); t.IsEnabled = this.IsEnabled; t.DirectoryPattern = this.DirectoryPattern; t.DirectoryFillCount = this.DirectoryFillCount; return(t); }