Пример #1
0
 public TitledPart(TextContent text, DocumentPart body)
 {
     Text = text; Body = body;
 }
Пример #2
0
 public TitledPart(TextContent text, DocumentPart body)
 {
     this.Text = text;
     this.Body = body;
 }