14 lines
190 B
C#
14 lines
190 B
C#
namespace Shared.Metrology
|
|
{
|
|
|
|
public class MET08PRFUSB4000
|
|
{
|
|
|
|
public enum Test
|
|
{
|
|
Photoreflectance = Metrology.Test.Photoreflectance
|
|
}
|
|
|
|
}
|
|
|
|
} |