using System;
|
using Shared.Common;
|
namespace Shared.Phone.Device.Light
|
{
|
public class LightControlForm : FrameLayout
|
{
|
//开关灯控制界面
|
#region 变量
|
public FrameLayout ItemView = null;
|
public FrameLayout LightView = null;
|
public Button CollectionBtn = null;
|
public Button LightIMG = null;
|
public Button LightName = null;
|
public Button SwitchBtn = null;
|
public Button RoomBtn = null;
|
public Button RoomName = null;
|
public Button MoreBtn = null;
|
#endregion
|
public void Show()
|
{
|
|
}
|
}
|
}
|