Example #1
0
 public TestPresenter(ICalibrationView view)
 {
     this.view = view;
 }
Example #2
0
 public ITestPresenter MakeTurnsRatioTestPresenter(ICalibrationView view)
 {
     return(new TestPresenter(view));
 }