Files
cms_thermo_active/Step.Model/ConfigModels/ServerConfigModel.cs
T
CMS4390\marantalu a05c3aeb85 Improved configuration
Added signalR auth
2017-12-01 17:18:18 +01:00

16 lines
331 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Step.Model.ConfigModels
{
public class NcConfigModel
{
public int NcVendor { get; set; }
public string NcIpAddress { get; set; }
public int NcPort { get; set; }
}
}