Remotely/Shared/Enums/RemoteControlMode.cs
Jared Goodwin 10ec413b7d WIP
2021-07-29 07:53:54 -07:00

13 lines
188 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Remotely.Shared.Enums
{
public enum RemoteControlMode
{
Unattended,
Normal
}
}