Match TFS Changeset 303331

This commit is contained in:
2022-02-01 16:17:10 -07:00
parent b8bc6a8443
commit 9c042d3871
118 changed files with 12361 additions and 13 deletions

View File

@ -0,0 +1,15 @@
namespace Adaptation.Shared.Metrology
{
public class MET08WGEOMX203641Q
{
public enum Test
{
WarpAndBow = Metrology.Test.WarpAndBow,
VerificationWarpAndBow = Metrology.Test.VerificationWarpAndBow
}
}
}