oqtane.framework/Oqtane.Client/UI/Runtime.cs
2020-11-19 17:33:49 +03:00

12 lines
246 B
C#

using System;
namespace Oqtane.UI
{
[Obsolete("This enum is deprecated and will be removed in the upcoming major release, please use Oqtane.Shared.Runtime instead.")]
public enum Runtime
{
Server,
WebAssembly
}
}