示例#1
0
 public Settings(SettingsSource source)
 {
     this.source  = source;
     this.entries = new Dictionary <string, Dictionary <string, string> >();
     this.entries.Add(string.Empty, new Dictionary <string, string>());
 }