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