oqtane.framework/Oqtane.Client/UI/Runtime.cs
2020-03-19 15:03:11 -04:00

9 lines
99 B
C#

namespace Oqtane.UI
{
public enum Runtime
{
Server,
WebAssembly
}
}