14 lines
175 B
C#
14 lines
175 B
C#
namespace Adaptation.Shared.Metrology
|
|
{
|
|
|
|
public class MET08RESIHGCV
|
|
{
|
|
|
|
public enum Test
|
|
{
|
|
HgCV = Metrology.Test.HgCV
|
|
}
|
|
|
|
}
|
|
|
|
} |