예제 #1
0
 public BodyTemplate(BodyTemplateType templateType)
 {
     Type        = templateType.ToString();
     TextContent = new TextContent();
 }
예제 #2
0
 public DisplayBuilder FromTemplate(BodyTemplateType templateType)
 {
     this.template = new BodyTemplate(templateType);
     return(this);
 }