tbf/TestBenchFramework/BenchControl/GenericDevices/ITestMethod.cs
2014-07-28 09:56:40 +02:00

10 lines
176 B
C#

using System.Collections.Generic;
using TBF.BenchControl.Generic;
namespace TBF.BenchControl.GenericDevices
{
public interface ITestMethod : IComponent, ISequence
{
}
}