Working bridge class for room source messages and POST responses to server

This commit is contained in:
Neil Dorin
2017-06-19 23:56:10 -06:00
parent 64b0e42c50
commit e6281b7048
12 changed files with 379 additions and 155 deletions

View File

@@ -37,6 +37,8 @@ namespace PepperDash.Essentials
{
ConfigObject.TemplateUrl= doubleObj["template_url"].Value<string>();
}
}
}
catch (Exception e)