Exemplo n.º 1
0
 private void ThreadBProc()
 {
     Sorter.MergeSort(M, this);
     AutoEvents[1].Set();
 }
Exemplo n.º 2
0
 private void ThreadAProc()
 {
     Sorter.ShellSort(M, this);
     AutoEvents[0].Set();
 }