ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/TextInputControls/TextInputControl.cs
@@ -9,6 +9,12 @@ /// </summary> public class TextInputControl : TextInputBase { #region ■ 变量声明___________________________ #endregion #region ■ 初始化_____________________________ /// <summary> /// 做成一个输入框控件(正常文本字体颜色) /// </summary> @@ -29,5 +35,8 @@ { this.InitSize(i_Width, real); } #endregion } }