HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-02-21 bd46c57c77c276014db3192a4e2cc96e23c93202
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
    }
}