C# Class Calculator.MyCalculator

Inheritance: ICalculator, ICalc2
Show file Open project: charlieridley/SharpSpecs Class Usage Examples

Public Methods

Method Description
Add ( ) : void
EnterNumber ( int number ) : void
Subtract ( ) : void

Method Details

Add() public method

public Add ( ) : void
return void

EnterNumber() public method

public EnterNumber ( int number ) : void
number int
return void

Subtract() public method

public Subtract ( ) : void
return void