Remotely/Shared/Enums/RemoteControlMode.cs
2021-07-29 07:56:15 -07:00

10 lines
134 B
C#

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