Remotely/Shared/Enums/RemoteControlMode.cs
Jared Goodwin a0405e28a0 WIP
2019-06-15 18:08:30 -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
}
}