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

15 lines
254 B
C#

namespace Shared.Metrology
{
public class MET08NDFRESIMAP151C
{
public enum Test
{
Lehighton = Metrology.Test.Lehighton,
VerificationLehighton = Metrology.Test.VerificationLehighton
}
}
}