Пример #1
0
 public ManualConfigSource()
 {
     config = new BDDDConfigSection();
     config.Interception = new InterceptionElement();
     config.Interception.Interceptors = new InterceptorElementCollection();
 }
Пример #2
0
 private void LoadConfig(string configSectionName)
 {
     config = (BDDDConfigSection)ConfigurationManager.GetSection(configSectionName);
 }
Пример #3
0
 public ManualConfigSource()
 {
     config = new BDDDConfigSection();
     config.Interception = new InterceptionElement();
     config.Interception.Interceptors = new InterceptorElementCollection();
 }