tbf/TestBenchFramework/BenchControl/GenericDevices/IHasProtocolTitle.cs

9 lines
124 B
C#
Raw Normal View History


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