Ejemplo n.º 1
0
 protected override void setAlgorithm(ISortAlgorithms alg)
 {
     if (alg != null)
     {
         _superSorter.setAlgorithms(alg);
     }
 }
Ejemplo n.º 2
0
 protected abstract void setAlgorithm(ISortAlgorithms alg);
Ejemplo n.º 3
0
 public void setAlgorithms(ISortAlgorithms alg)
 {
     _algorithms = alg;
 }