Ejemplo n.º 1
0
 public void Execute()
 {
     this.backup = calculator.GetState();
     this.calculator.Operation(operand, @operator);
 }