9 lines
198 B
C#
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; }
|
|
}
|
|
} |