9 lines
172 B
C#
9 lines
172 B
C#
namespace Client.Config.SubModels
|
|
{
|
|
public class ProdSoftware
|
|
{
|
|
public bool Enabled { get; set; }
|
|
public string Path { get; set; }
|
|
}
|
|
}
|