gxc
2020-01-02 00ab3ddb140ba8bb88b5cf572b004a85e1da85e9
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
    }
}