Moved external programs config into "serverConfig.xml"
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Client.Config.SubModels
|
||||
{
|
||||
public class ServerConfigModel
|
||||
{
|
||||
public string NcVendor { get; set; }
|
||||
public string ShowHMI { get; set; }
|
||||
public string NcIp { get; set; }
|
||||
public string NcPort { get; set; }
|
||||
public string ProdEnabled { get; set; }
|
||||
public string ProdPath { get; set; }
|
||||
public List<Software> ExtSoftwares { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user