Remotely/Shared/Enums/Platform.cs
2021-07-29 07:58:06 -07:00

11 lines
139 B
C#

namespace Remotely.Shared.Enums
{
public enum Platform
{
Windows,
Linux,
MacOS,
Unknown
}
}