示例#1
0
 public void SetModel(RichText richText, EditRefList sourcesEditor)
 {
     _richText = richText;
     _sourcesEditor = sourcesEditor;
     if (richText.Source != null)
         SetModel(richText.Source, sourcesEditor != null);
 }
示例#2
0
 public void SetModel(RichText richText, EditRefList sourcesEditor)
 {
     _richText      = richText;
     _sourcesEditor = sourcesEditor;
     if (richText.Source != null)
     {
         SetModel(richText.Source, sourcesEditor != null);
     }
 }