Exemplo n.º 1
0
 private void Add(ConfigurationSection section)
 {
     Logger.Write(this, LogLevel.Debug, "Adding configuration section: {0} => {1}", section.Id, section.Name);
     section.Error += this.OnError;
     this.Sections.Add(section);
 }