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