/// <summary> /// The default constructor creates the needed lists. /// </summary> public Settings() { // Create the collections directories = new DirectorySettingCollection(); files = new FileSettingCollection(); }