tbf/TestBenchFramework/BenchControl/GenericDevices/IHasProtocolTitle.cs
2015-04-15 20:32:56 +02:00

11 lines
183 B
C#

///
/// Copyright (c) 2013-2015 Sensus Metering Systems
///
namespace TBF.BenchControl.GenericDevices
{
public interface IHasProtocolTitle
{
string ProtocolTitle { get; }
}
}