Exemplo n.º 1
0
        private void BtnSelectionSort_Click(object sender, EventArgs e)
        {
            var selection = new SelectionSort <SortedItem>(items);

            BtnClick(selection);
        }