示例#1
0
 public void Setup()
 {
     stackStrategy = new StackStrategy();
 }
 public void Setup()
 {
     fibonacciCalculator = new FibonacciCalculator("stack");
     stackStrategy       = new StackStrategy();
 }