| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using Shared.SimpleControl.Phone.Music; |
| | | using SmartHome; |
| | | |
| | | namespace Shared.SimpleControl.Phone |
| | | { |
| | |
| | | }; |
| | | msgView.AddChidren (btnMail); |
| | | |
| | | // btnMail.MouseUpEventHandler += (e, e2) => { |
| | | //#if DEBUG |
| | | // GetDeviceList (); |
| | | //#endif |
| | | |
| | | // }; |
| | | |
| | | var btnMail2 = new Button () { |
| | | X = Application.GetRealWidth (100), |
| | | Y = btnMail.Bottom, |
| | |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | }; |
| | | msgView.AddChidren (btnMail2); |
| | | |
| | | // btnMail2.MouseUpEventHandler += (e, e2) => { |
| | | //#if DEBUG |
| | | // upload (); |
| | | //#endif |
| | | |
| | | // }; |
| | | |
| | | var btnFAQ = new Button () { |
| | | Height = Application.GetRealHeight(100), |
| | |
| | | }; |
| | | AddChidren (btnFAQ); |
| | | |
| | | // btnFAQ.MouseUpEventHandler += (e,e2) =>{ |
| | | //#if DEBUG |
| | | |
| | | // UploadSecneList (); |
| | | // //upload (); |
| | | //#endif |
| | | // }; |
| | | |
| | | |
| | | var btnLine = new Button () { |
| | |
| | | AddChidren (btnLine); |
| | | |
| | | } |
| | | |
| | | |
| | | } |
| | | } |