Remotely/Shared/Enums/Theme.cs
2020-04-11 09:52:46 -07:00

9 lines
101 B
C#

namespace Remotely.Shared.Enums
{
public enum Theme
{
Light,
Dark
}
}