met08anlysdifaast230/Adaptation/Shared/Metrology/MET08CVHGPROBE802B150.cs

17 lines
278 B
C#

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