Example #1
0
 public AteDataTopViewModel()
 {
     searchModel  = new SearchModel();
     testResModel = new TestResultsModel();
     ateOutModel  = new AteOutputModel();
     tools        = new ToolBox();
 }
Example #2
0
 public AteOutputTopViewModel()
 {
     ateOutputModel = new AteOutputModel();
     tools          = new ToolBox();
 }