3335 代码维护
System/Message/RichText.cs @@ -897,6 +897,10 @@ } set { if (string.IsNullOrEmpty(value)) { value = string.Empty; } m_RichText = value; SetRichTextDirty(); }