pschelpdesk/Vendor/Prise/Core/Runtime.cs
2024-11-04 20:45:34 +01:00

9 lines
198 B
C#

namespace Prise
{
public class Runtime
{
public RuntimeType RuntimeType { get; set; }
public string Version { get; set; }
public string Location { get; set; }
}
}