ZigbeeApp/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;