WJC
2020-04-10 a051c37a96a4b518b1bf1689252649c32430194f
ZigbeeApp/Shared/Phone/Device/Logic/CustomText.cs
old mode 100755 new mode 100644
@@ -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;