using System; using System.Collections.Generic; using System.Text; namespace Shared.Phone.MainPage.Controls { /// /// 传感器卡片控件 /// public class DeviceSensorCardControl : DeviceCardCommon { //目前传感器没啥特殊界面 } }