11 lines
263 B
C#
11 lines
263 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
|
|
{
|
|
|
|
}
|
|
} |