Executed code-cleanup on solution
This commit is contained in:
@@ -1,18 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Thermo.Active.Model.ConfigModels
|
||||
namespace Thermo.Active.Model.ConfigModels
|
||||
{
|
||||
public class NcConfigModel
|
||||
public class NcConfigModel
|
||||
{
|
||||
public string NcVendor { get; set; }
|
||||
public bool ShowNcHMI { get; set; }
|
||||
public string NcIpAddress { get; set; }
|
||||
public ushort NcPort { get; set; }
|
||||
public string NcUniqueId { get; set; }
|
||||
public string NcUniqueId { get; set; }
|
||||
public string NcName { get; set; }
|
||||
public string SharedPath { get; set; }
|
||||
public string SharedName { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user