15 lines
188 B
C#
15 lines
188 B
C#
namespace Adaptation.Shared.Metrology
|
|
{
|
|
|
|
public class MET08EBEAMINTEGRITY26
|
|
{
|
|
|
|
public enum Test
|
|
{
|
|
Denton = Metrology.Test.Denton
|
|
}
|
|
|
|
}
|
|
|
|
}
|