HDL Home App 第二版本 旧平台金堂用 正在使用
xm
2020-04-15 bff8993501334c4f3c5f902216fe03253be747f8
ZigbeeApp20200414/Shared/Phone/Device/Logic/CustomText.cs
@@ -52,6 +52,10 @@
            middle.AddChidren(textBtn);
            string s1 = "";
            string s2 = "";
            if (!string.IsNullOrEmpty(Common.Logic.CurrentLogic.LogicCustomPushText))
            {
                textBtn.Text = (50 - Common.Logic.CurrentLogic.LogicCustomPushText.Length).ToString();
            }
            textBox.TextChangeEventHandler += (sender, e) =>
            {
                var leng = e.Length;