WJC
2019-10-24 1f4cec0e3b571e7541f0c7f3a5ea302ed586d9fb
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/FrameLayoutControls/FrameCaptionInputControl.cs
@@ -16,7 +16,7 @@
        /// </summary>
        public string Text
        {
            get { return txtInput.Text; }
            get { return txtInput.Text.Trim(); }
            set { txtInput.Text = value; }
        }
        /// <summary>