| | |
| | | middle.AddChidren(textBtn); |
| | | string s1 = ""; |
| | | string s2 = ""; |
| | | textBox.TextChangeEventHandler += (sender, e) =>
|
| | | textBox.TextChangeEventHandler += (sender, e) => |
| | | { |
| | | var leng = e.Length; |
| | | if (leng > 50) |
| | |
| | | } |
| | | }; |
| | | |
| | | |
| | | var btnsave = new Button |
| | | { |
| | | Y = middle.Height - Application.GetRealHeight(260), |
| | |
| | | alert.Show(); |
| | | return; |
| | | } |
| | | if (Common.Logic.CurrentLogic.LogicId != 0) |
| | | { |
| | | ///只改推送内容; |
| | | Send.LogicControlSwitch(Common.Logic.CurrentLogic); |
| | | Send.Data("添加/更新", "/App/HomeLogicConfig", "POST"); |
| | | } |
| | | Send.Zj(true, Common.Logic.CurrentLogic); |
| | | RemoveFromParent(); |
| | | |
| | | }; |
| | | |
| | | |
| | | |
| | | |
| | | } |
| | | } |
| | | } |