Remotely/Remotely_Library/Enums/RemoteControlMode.cs
2021-07-29 07:53:41 -07:00

13 lines
189 B
C#

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