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