6 lines
120 B
C#
6 lines
120 B
C#
namespace TheXamlGuy.Framework.Core;
|
|
|
|
public interface IHasSensorPlacement
|
|
{
|
|
SensorPlacement Placement { get; }
|
|
} |