Remotely/Remotely_Shared/Enums/RemoteControlMode.cs
2019-04-05 22:23:59 -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
}
}