| | |
| | | if (Common.Logic.LogicDviceList.Count == 0)
|
| | | {
|
| | | Common.Logic.LogicDviceList.AddRange(LocalDevice.Current.listAllDevice.ToArray());
|
| | | }
|
| | | var addLogicPage = new Shared.Phone.Device.Logic.SoneLogicList();
|
| | | UserView.HomePage.Instance.AddChidren(addLogicPage);
|
| | | UserView.HomePage.Instance.PageIndex += 1;
|
| | | addLogicPage.Show();
|
| | | |
| | | addLogicPage.action += (w) =>
|
| | | {
|
| | | doorLock.IsDoorLockNormallyMode = w;
|
| | | } |
| | | |
| | | var addLogicPage = new Shared.Phone.Device.Logic.SoneLogicList(); |
| | | UserView.HomePage.Instance.AddChidren(addLogicPage); |
| | | UserView.HomePage.Instance.PageIndex += 1; |
| | | addLogicPage.Show(); |
| | | addLogicPage.action += (w) => |
| | | { |
| | | doorLock.IsDoorLockNormallyMode = w; |
| | | ///留给徐梅用的
|
| | | UpdateNomallyOpenStatus();
|
| | | };
|
| | | UpdateNomallyOpenStatus(); |
| | | }; |
| | | |
| | | };
|
| | | HdlCheckLogic.Current.CheckSecondarySecurity(action);
|
| | |
|