Remotely/Remotely_Shared/Enums/RemoteControlMode.cs
2021-07-29 07:53:51 -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
}
}