Files
DP44/Common/DTS.Common/Classes/GroupTemplates/Constants.cs
2026-04-17 14:55:32 -04:00

10 lines
354 B
C#

namespace DTS.Common.Classes.GroupTemplates
{
public static class Constants
{
public const string NON_ISO_TESTOBJECT_CHANNEL_TYPE = "x_NonISOTestObjectType_x";
public const string NON_ISO_TESTOBJECT_NAME = "x_NonISOTestObjectName_x";
public const string NON_ISO_TESTOBJECT_CHANNEL_TYPE2 = "NONISO_x_";
}
}