黄学彪
2020-09-22 ade5917841b0fdcb1df7353ef7c56b1a1bdc9282
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
    }
}