14 lines
176 B
C#
14 lines
176 B
C#
namespace Shared.Metrology
|
|
{
|
|
|
|
public class MET08EBEAMINTEGRITY26
|
|
{
|
|
|
|
public enum Test
|
|
{
|
|
Denton = Metrology.Test.Denton
|
|
}
|
|
|
|
}
|
|
|
|
} |