Ejemplo n.º 1
0
 public NewTestPresenter(INewTestView testView)
 {
     newTestView  = testView;
     newTestModel = new NewTestModel();
     newTestView.NewTestDefaultSpecimens = newTestModel.LoadDefaultSpecimens();
     newTestView.NewTestSexList          = newTestModel.SearchSexes(string.Empty, string.Empty);
     newTestView.NewOkClick += AddTest;
 }
Ejemplo n.º 2
0
 public NewTestPresenter(INewTestView testView)
 {
     newTestView = testView;
     newTestModel = new NewTestModel();
     newTestView.NewTestDefaultSpecimens = newTestModel.LoadDefaultSpecimens();
     newTestView.NewTestSexList = newTestModel.SearchSexes(string.Empty, string.Empty);
     newTestView.NewOkClick += AddTest;
 }