| | |
| | | //深度卡片信息
|
| | | this.ButtonClickEvent += (sender, e) =>
|
| | | {
|
| | | var lightControl = new Phone.Device.AC.ACControl();
|
| | | UserView.HomePage.Instance.AddChidren(lightControl);
|
| | | UserView.HomePage.Instance.PageIndex += 1;
|
| | | lightControl.IsDrawerLockMode = true;
|
| | | lightControl.Show(i_device, UserCenter.HdlRoomLogic.Current.CurrentRoom);
|
| | | lightControl.action += this.CardDetailInfoBackEvent;
|
| | | Common.CommonPage.Instance.IsDrawerLockMode = true;
|
| | |
|
| | | //空调类型的深度卡片界面
|
| | | var form = new ControlForm.DeviceAcDetailCardForm();
|
| | | form.AddForm(i_device, UserCenter.HdlRoomLogic.Current.CurrentRoom, 965, 1457);
|
| | | form.FormCloseEvent += this.CardDetailInfoBackEvent;
|
| | | };
|
| | | }
|
| | |
|