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