Added close server when close client if the option "autoOpenCmsClient" in server is TRUE
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user