15 lines
205 B
C#
15 lines
205 B
C#
namespace Adaptation.Shared.Metrology
|
|
{
|
|
|
|
public class MET08ANLYSDIFAAST230
|
|
{
|
|
|
|
public enum Test
|
|
{
|
|
DiffusionLength = Metrology.Test.DiffusionLength
|
|
}
|
|
|
|
}
|
|
|
|
}
|