Example #1
0
 // Execute new command
 public override void Execute()
 {
     calculator.Operation(@operator, operand);
 }
 // Execute new command
 public override void Execute()
 {
     _calculator.Operation(_operator, _operand);
 }