public ValuesController()
 {
     _mathematics = new Mathematics();
 }
 public void SetUp()
 {
     _mathematics = new Mathematics();
 }
Example #3
0
 public void Initialize()
 {
     mathematics = new X86Mathematics();
 }
 public ValuesController()
 {
     _mathematics = new Mathematics();
 }
 public void SetUp()
 {
     _mathematics = new Mathematics();
 }
Example #6
0
 public Calculator(IMathematics mathematics, MathematicModel model)
 {
     _mathematics = mathematics;
     _model       = model;
 }
 public CalculatorService(IMathematics mathematics, IUserInterface userInterface)
 {
     _mathematics = mathematics;
     _userInterface = userInterface;
 }
 public void Initialize()
 {
     dta00a      = new Dta(false, 0, 0, 0, false);
     mathematics = new X86Mathematics();
 }
Example #9
0
 public HomeController()
 {
     _mathematics = new Mathematics();
 }
Example #10
0
 public CalculatorService(IMathematics mathematics, IUserInterface userInterface)
 {
     _mathematics   = mathematics;
     _userInterface = userInterface;
 }
Example #11
0
 public HomeController()
 {
     _mathematics = new Mathematics();
 }