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

14 lines
227 B
C#

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