Example #1
0
 public void Execute()
 {
     splitter sp = new splitter(_opts);
     sp.Split();
     sorter so = new sorter(_opts);
     so.SortChunks();
 }
Example #2
0
        public void Execute()
        {
            splitter sp = new splitter(_opts);

            sp.Split();
            sorter so = new sorter(_opts);

            so.SortChunks();
        }