using System; namespace Shared.Phone.Device.Light { /// /// 插座 /// public class PlugControl { public PlugControl() { } } }