19 lines
421 B
C#
19 lines
421 B
C#
namespace Adaptation.Shared.Metrology
|
|
{
|
|
|
|
public class MET08DDINCAN8620
|
|
{
|
|
|
|
public enum Test
|
|
{
|
|
CandelaKlarfDC = Metrology.Test.CandelaKlarfDC,
|
|
CandelaLaser = Metrology.Test.CandelaLaser,
|
|
CandelaVerify = Metrology.Test.CandelaVerify,
|
|
CandelaPSL = Metrology.Test.CandelaPSL,
|
|
CandelaProdU = Metrology.Test.CandelaProdU
|
|
}
|
|
|
|
}
|
|
|
|
}
|