9 lines
92 B
C#
9 lines
92 B
C#
namespace Oqtane.Shared
|
|
{
|
|
public enum Runtime
|
|
{
|
|
Web,
|
|
Hybrid
|
|
}
|
|
}
|