apc-viewer/APC Viewer/Shared/Metrology/MET08CVHGPROBE802B150.cs
2022-03-29 07:23:13 -07:00

13 lines
226 B
C#

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