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

15 lines
175 B
C#

namespace Adaptation.Shared.Metrology
{
public class MET08UVH44GS100M
{
public enum Test
{
UV = Metrology.Test.UV
}
}
}