9 lines
124 B
C#
9 lines
124 B
C#
|
|
namespace TBF.BenchControl.GenericDevices
|
|
{
|
|
public interface IHasProtocolTitle
|
|
{
|
|
string ProtocolTitle { get; }
|
|
}
|
|
}
|