Пример #1
0
 public void ToHtml(StringBuilder html1)
 {
     html.Append("<html>");
     Body.ToHtml(html);
     html.Append("</html>");
 }