Files
cms_thermo_active/Step.Model/DTOModels/DTOClientConfigurationModel.cs
T
Lucio Maranta fec3d00ff9 * Refactored NC_ERRORS
+ Added client configuration api
* Refactored serverconfig
2018-01-11 15:56:33 +01:00

15 lines
273 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Step.Model.DTOModels
{
public class DTOClientConfigurationModel
{
public string NcVendor;
public bool showHMI;
}
}