| | |
| | | } |
| | | } |
| | | |
| | | LoadMothed_EnableResetButton(); |
| | | }; |
| | | |
| | | //etVerificationCode.TextChangeEventHandler = (sender, e) => { |
| | | etVerificationCode.TextChangeEventHandler = (sender, e) => |
| | | { |
| | | |
| | | // if (etVerificationCode.Text.Length > 1) |
| | | // { |
| | | // LoadMothed_EnableResetButton(); |
| | | // } |
| | | //}; |
| | | if (etVerificationCode.Text.Length > 1) |
| | | { |
| | | LoadMothed_EnableResetButton(); |
| | | } |
| | | }; |
| | | |
| | | //Action<View, string> textChangeEventHandler = (view, textStr) => |
| | | //{ |
| | | // LoadMothed_EnableResetButton(); |
| | | //}; |
| | | ////etAccount.TextChangeEventHandler += textChangeEventHandler; |
| | | //etPassword.TextChangeEventHandler += textChangeEventHandler; |
| | | //etRepeatPassword.TextChangeEventHandler += textChangeEventHandler; |
| | | //etVerificationCode.TextChangeEventHandler += textChangeEventHandler; |
| | | Action<View, string> textChangeEventHandler = (view, textStr) => |
| | | { |
| | | LoadMothed_EnableResetButton(); |
| | | }; |
| | | //etAccount.TextChangeEventHandler += textChangeEventHandler; |
| | | etPassword.TextChangeEventHandler += textChangeEventHandler; |
| | | etRepeatPassword.TextChangeEventHandler += textChangeEventHandler; |
| | | etVerificationCode.TextChangeEventHandler += textChangeEventHandler; |
| | | } |
| | | |
| | | /// <summary> |