10 lines
354 B
Plaintext
10 lines
354 B
Plaintext
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_";
|
|
}
|
|
}
|