Example #1
0
 public override ITask CloneNonDynamicStuff()
 {
     SliceTask t = new SliceTask();
       t.IsEnabled = this.IsEnabled;
       t.XSliceCount = this.XSliceCount;
       t.YSliceCount = this.YSliceCount;
       return t;
 }
Example #2
0
        public override ITask CloneNonDynamicStuff()
        {
            SliceTask t = new SliceTask();

            t.IsEnabled   = this.IsEnabled;
            t.XSliceCount = this.XSliceCount;
            t.YSliceCount = this.YSliceCount;
            return(t);
        }