Files
tbf/TestBenchFramework/BenchControl/Generic/IComponent.cs
T

9 lines
107 B
C#

namespace TBF.BenchControl.Generic
{
public interface IComponent
{
IComponentCfg Cfg { get; }
}
}