Exemple #1
0
 public int[] SortUpTest(int[] massive)
 {
     testList.Add(massive);
     testList.SortUp();
     return(testList.ReturnMassive());
 }