Esempio n. 1
0
 public ManualConfigSource()
 {
     config = new BDDDConfigSection();
     config.Interception = new InterceptionElement();
     config.Interception.Interceptors = new InterceptorElementCollection();
 }
Esempio n. 2
0
 private void LoadConfig(string configSectionName)
 {
     config = (BDDDConfigSection)ConfigurationManager.GetSection(configSectionName);
 }
Esempio n. 3
0
 public ManualConfigSource()
 {
     config = new BDDDConfigSection();
     config.Interception = new InterceptionElement();
     config.Interception.Interceptors = new InterceptorElementCollection();
 }