7 lines
92 B
C#
7 lines
92 B
C#
namespace TheXamlGuy.Framework.Core;
|
|
|
|
public enum SensorState
|
|
{
|
|
Off = 0,
|
|
On = 1
|
|
} |