8 lines
160 B
C#
8 lines
160 B
C#
namespace VisaApi
|
|
{
|
|
public static class Collections
|
|
{
|
|
public const string ContextUsingTestCollection = "ContextUsingTestCollection";
|
|
}
|
|
}
|