Files
met08anlysdifaast230/Adaptation/Shared/Metrology/MET08WGEOMX203641Q.cs

16 lines
269 B
C#

namespace Adaptation.Shared.Metrology
{
public class MET08WGEOMX203641Q
{
public enum Test
{
WarpAndBow = Metrology.Test.WarpAndBow,
VerificationWarpAndBow = Metrology.Test.VerificationWarpAndBow
}
}
}