Remotely/Remotely_ScreenCast.Core/Enums/AppMode.cs
2021-07-29 07:53:48 -07:00

15 lines
236 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Remotely_ScreenCast.Core.Enums
{
public enum AppMode
{
Unattended,
Normal
}
}