tbf/TestBenchFramework/BenchControl/Generic/IComponent.cs

9 lines
107 B
C#
Raw Normal View History


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