gxc
2019-11-06 71f1df7772feec5cf83feefa851608adac18e005
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/FrameLayoutControls/FrameCaptionInputControl.cs
@@ -16,7 +16,7 @@
        /// </summary>
        public string Text
        {
            get { return txtInput.Text.Trim(); }
            get { return txtInput.Text; }
            set { txtInput.Text = value; }
        }
        /// <summary>