| | |
| | | //MainPage.BasePageView.AddChidren(aep); |
| | | //aep.LoadPage(); |
| | | //MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; |
| | | |
| | | #if __IOS__ |
| | | //萤石跳转视频页 |
| | | EZSDK.IOS.EZSDK.SharedInstance().PlayWithDeviceSerial("J92513662", "1638782606240137218", "security.door.ezviz"); |
| | | #endif |
| | | }; |
| | | _QRcodeView.MouseUpEventHandler = eventHandler; |
| | | btnQRcode.MouseUpEventHandler = eventHandler; |
| | |
| | | // aep.LoadPage(action, 2, StringId.PhoneInfo); |
| | | // MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; |
| | | //} |
| | | |
| | | #if __IOS__ |
| | | //萤石跳转设备列表 |
| | | NSObject[] types = new NSObject[1]; |
| | | types[0] = new NSString("DL30V"); |
| | | EZSDK.IOS.EZSDK.SharedInstance().ToEZDeviceListViewWithFilterTypes(types); |
| | | #endif |
| | | |
| | | |
| | | }; |
| | |
| | | //MainPage.BasePageView.AddChidren(vcp); |
| | | //vcp.LoadPage(); |
| | | //MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; |
| | | |
| | | #if __IOS__ |
| | | //萤石添加设备 |
| | | EZSDK.IOS.EZSDK.SharedInstance().AddEzvizMonitorWithDeviceType("security.door.ezviz"); |
| | | #endif |
| | | |
| | | }; |
| | | btnResetPasswordRight.MouseUpEventHandler = eventHandler; |