CableTestBench/Sources/TestReport.cpp
2019-05-02 16:10:58 -04:00

11 lines
165 B
C++

#include "TestReport.h"
CTestReport::CTestReport()
{
}
CVisualInspectionResult * CTestReport::GetInspectionResult()
{
return &mVisualInspectionResultReport;
}