Client: added Browser-error-page

This commit is contained in:
Nicola Carminati
2018-03-08 11:43:53 +01:00
parent d0ed400bb5
commit 68768ca1d0
8 changed files with 2017 additions and 14 deletions
+1 -1
View File
@@ -15,6 +15,6 @@ namespace Client.Config.SubModels
public string ReadConfigUrl { get; set; }
public Boolean DeleteCahceFolderOnStartup { get; set; }
public Boolean BypassReadConfiguration { get; set; }
public string ErrorPage { get; set; }
}
}