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