gxc
2019-10-28 1c4904d77f484c075080942d87785481b52b6fb2
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>