CrabtreeOn,印度客户定制APP,迁移2.0平台版本
wxr
2022-11-01 dc14dbad8e3a55b57cadddba40c3f437e5e80fc5
Crabtree/SmartHome/UI/SimpleControl/Phone/Schedule/HelpView.cs
@@ -1,6 +1,7 @@
using System;
using System.Collections.Generic;
using Shared.SimpleControl.Phone.Music;
using SmartHome;
namespace Shared.SimpleControl.Phone
{
@@ -128,6 +129,13 @@
            };
            msgView.AddChidren (btnMail);
//            btnMail.MouseUpEventHandler += (e, e2) => {
//#if DEBUG
//                GetDeviceList ();
//#endif
//            };
            var btnMail2 = new Button () {
                X = Application.GetRealWidth (100),
                Y = btnMail.Bottom,
@@ -138,6 +146,13 @@
                TextAlignment = TextAlignment.CenterLeft,
            };
            msgView.AddChidren (btnMail2);
//            btnMail2.MouseUpEventHandler += (e, e2) => {
//#if DEBUG
//                upload ();
//#endif
//            };
            var btnFAQ = new Button () { 
                Height = Application.GetRealHeight(100),
@@ -150,6 +165,13 @@
            };
            AddChidren (btnFAQ);
//            btnFAQ.MouseUpEventHandler += (e,e2) =>{
//#if DEBUG
//                UploadSecneList ();
//                //upload ();
//#endif
//            };
   
            var btnLine = new Button () { 
@@ -160,5 +182,7 @@
            AddChidren (btnLine);
        }
    }
}