public ManualConfigSource() { config = new BDDDConfigSection(); config.Interception = new InterceptionElement(); config.Interception.Interceptors = new InterceptorElementCollection(); }
private void LoadConfig(string configSectionName) { config = (BDDDConfigSection)ConfigurationManager.GetSection(configSectionName); }