15 lines
183 B
C#
15 lines
183 B
C#
namespace Adaptation.Shared.Metrology
|
|
{
|
|
|
|
public class MET08DDUPSFS6420
|
|
{
|
|
|
|
public enum Test
|
|
{
|
|
Tencor = Metrology.Test.Tencor
|
|
}
|
|
|
|
}
|
|
|
|
}
|