public AteDataTopViewModel() { searchModel = new SearchModel(); testResModel = new TestResultsModel(); ateOutModel = new AteOutputModel(); tools = new ToolBox(); }
public AteOutputTopViewModel() { ateOutputModel = new AteOutputModel(); tools = new ToolBox(); }