Files
2020-06-19 19:28:07 +02:00

9 lines
172 B
C#

namespace Client.Config.SubModels
{
public class ProdSoftware
{
public bool Enabled { get; set; }
public string Path { get; set; }
}
}