using System; namespace Shared.Phone.Device.Light { /// /// 开关 /// public class OnOffControl { public OnOffControl() { } } }