Remotely/Shared/Enums/RemoteControlMode.cs
2020-04-11 09:52:46 -07:00

10 lines
134 B
C#

namespace Remotely.Shared.Enums
{
public enum RemoteControlMode
{
None,
Unattended,
Normal
}
}