apc-viewer/APC Viewer/Shared/Metrology/MET08CVHGPROBE802B150.cs

16 lines
266 B
C#

namespace Shared.Metrology
{
public class MET08CVHGPROBE802B150
{
public enum Test
{
CV = Metrology.Test.CV,
MonthlyCV = Metrology.Test.MonthlyCV,
WeeklyCV = Metrology.Test.WeeklyCV
}
}
}