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

9 lines
124 B
C#

namespace TBF.BenchControl.GenericDevices
{
public interface IHasProtocolTitle
{
string ProtocolTitle { get; }
}
}