Exemplo n.º 1
0
 public void SetStrategy(IStrategyBubbleSort strategy)
 {
     this.strategy = strategy;
 }
Exemplo n.º 2
0
 public ContextBubbleSortRows(IStrategyBubbleSort strategy)
 {
     this.strategy = strategy;
 }