Files
cms_thermo_active/Client.Config/SubModels/ProdSoftware.cs
T
Nicola Carminati c519d82f1b Added configurations
2019-03-22 16:57:38 +01:00

15 lines
295 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Client.Config.SubModels
{
public class ProdSoftware
{
public bool Enabled { get; set; }
public string Path { get; set; }
}
}