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