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
+1
View File
@@ -16,5 +16,6 @@ namespace Client.Config.SubModels
public Boolean ShowVirtualKeyboard { get; set; }
public Boolean DeveloperMode { get; set; }
public Boolean IsSCM { get; set; }
public Boolean Autorun { get; set; }
}
}
@@ -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; }
}
}