Remotely/ScreenCast.Core/Enums/AppMode.cs
2020-04-11 09:52:46 -07:00

10 lines
133 B
C#

namespace Remotely.ScreenCast.Core.Enums
{
public enum AppMode
{
Unattended,
Normal,
Chat
}
}