15 lines
202 B
C#
15 lines
202 B
C#
namespace Adaptation.Shared.Metrology
|
|
{
|
|
|
|
public class MET08PRFUSB4000
|
|
{
|
|
|
|
public enum Test
|
|
{
|
|
Photoreflectance = Metrology.Test.Photoreflectance
|
|
}
|
|
|
|
}
|
|
|
|
}
|