public Settings() { XMLUtil = new XMLUtils("settings.xml"); channels = new List<string>(); }
public Settings() { XMLUtil = new XMLUtils("settings.xml"); channels = new List <string>(); }