Added close server when close client if the option "autoOpenCmsClient" in server is TRUE

This commit is contained in:
Nicola Carminati
2019-04-11 11:46:19 +02:00
parent 285fdf3fe2
commit eb98081712
7 changed files with 29 additions and 2 deletions
@@ -14,6 +14,7 @@ namespace Client.Config.SubModels
public string NcPort { get; set; }
public string ProdEnabled { get; set; }
public string ProdPath { get; set; }
public string Autorun { get; set; }
public List<Software> ExtSoftwares { get; set; }
}
}