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>