12 lines
159 B
C#
12 lines
159 B
C#
namespace Shared.Metrology;
|
|
|
|
public class MET08PRFUSB4000
|
|
{
|
|
|
|
public enum Test
|
|
{
|
|
Photoreflectance = Metrology.Test.Photoreflectance
|
|
}
|
|
|
|
}
|