| | |
| | | int ddd = 0; |
| | | btnResidenceName.MouseUpEventHandler = (sender, e) => |
| | | { |
| | | |
| | | //827a98c98da7469b8bc19bb6a3c7651906 |
| | | //St_00009073b431d8b2490c9df0c5cb0e73 |
| | | Com.Hdl.HdlToLc.InitData(Shared.Application.Activity,false, "827a98c98da7469b8bc19bb6a3c7651906"); |
| | | Com.Hdl.HdlToLc.OpenActivity(); |
| | | }; |
| | | #endif |
| | | |
| | |
| | | |
| | | var btnLogo = new Button() |
| | | { |
| | | Y = Application.GetRealWidth(85), |
| | | Y = Application.GetRealHeight(65), |
| | | UnSelectedImagePath = "FunctionIcon/Acst/LvJianLogo.png", |
| | | SelectedImagePath = "FunctionIcon/Acst/LvJianLogo.png", |
| | | Width = Application.GetRealWidth(80), |
| | | Height = Application.GetRealWidth(37), |
| | | Height = Application.GetRealHeight(37), |
| | | }; |
| | | view.AddChidren(btnLogo); |
| | | |