Example #1
0
 public static string MergeRtf(string rtf1, string rtf2)
 {
     mRtb.Rtf = rtf1;
     mRtb.AppendRtf(rtf2);
     return(mRtb.Rtf);
 }