示例#1
0
 public override ITask CloneNonDynamicStuff()
 {
     DirSorterTask t = new DirSorterTask();
       t.IsEnabled = this.IsEnabled;
       t.DirectoryPattern = this.DirectoryPattern;
       t.DirectoryFillCount = this.DirectoryFillCount;
       return t;
 }
示例#2
0
        public override ITask CloneNonDynamicStuff()
        {
            DirSorterTask t = new DirSorterTask();

            t.IsEnabled          = this.IsEnabled;
            t.DirectoryPattern   = this.DirectoryPattern;
            t.DirectoryFillCount = this.DirectoryFillCount;
            return(t);
        }