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

12 lines
218 B
C#

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