12 lines
145 B
C#
12 lines
145 B
C#
namespace Shared.Metrology;
|
|
|
|
public class MET08EBEAMINTEGRITY26
|
|
{
|
|
|
|
public enum Test
|
|
{
|
|
Denton = Metrology.Test.Denton
|
|
}
|
|
|
|
}
|