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

13 lines
219 B
C#

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