12 lines
221 B
C#
12 lines
221 B
C#
namespace Shared.Metrology;
|
|
|
|
public class MET08WGEOMX203641Q
|
|
{
|
|
|
|
public enum Test
|
|
{
|
|
WarpAndBow = Metrology.Test.WarpAndBow,
|
|
VerificationWarpAndBow = Metrology.Test.VerificationWarpAndBow
|
|
}
|
|
|
|
} |