using System; using System.Collections.Generic; using System.Text; using ZigBee.Device; namespace Shared.Phone.Category.Controls { /// /// 分类界面的传感器设备行控件 /// public class DeviceSensorRowControl : DeviceRowCommon { #region ■ 初始化_____________________________ #endregion } }