using System; namespace MoleMole { [Serializable] public class ConfigWeatherSiteUsage { public bool sinaWeather; public bool yahooWeather; public bool sinaNews; } }