Exemplo n.º 1
0
        public void InjectModules()
        {
            var moduleConfig = _moduleLoader.ModuleConfig(_modules);
            var json         = JsonConvert.SerializeObject(moduleConfig, Formatting.Indented);

            System.Diagnostics.Debug.WriteLine("__fbBatchedBridgeConfig:\n{0}".ToFormat(json));

            _executor.InjectJSON("__fbBatchedBridgeConfig", json);
        }