tbf/TBF/Rig/GenericDevices/ITestMethodSmart.cs

11 lines
277 B
C#

namespace TBF.Rig.GenericDevices
{
/// <summary>
/// * mark test method from smart family devices
/// * (this Test method is used for devices that support smart reader)
/// </summary>
public interface ITestMethodSmart : ITestMethod
{
}
}