Exemplo n.º 1
0
        public void SortElements()
        {
            stopwatch.Start();

            sortStrategy.SortElements(ref elementList);

            stopwatch.Stop();
        }