黄学彪
2020-05-11 2e7e5f9af5b32cfe1fc3c6ba40bf7eb984bbd0a4
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
    }
}