Exemplo n.º 1
0
        public AgentConfigurationManager()
        {
            agentDocument = new JsonDynamicDocument {
                Filename = Configuration.AgentFile,
            };

            Value = new AgentConfiguration();
        }
Exemplo n.º 2
0
 private void Document_OnLoad(dynamic document)
 {
     Value = document.ToObject <AgentConfiguration>();
 }