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

15 lines
231 B
C#

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