Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="EmailSmartFormBodyBuilder"/> class.
 /// </summary>
 /// <param name="htmlSchema">The HTML schema.</param>
 public EmailSmartFormBodyBuilder(HtmlSchemaBase htmlSchema)
 {
     //if (htmlSchema == null)
     //    throw new ArgumentNullException("htmlSchema");
     _htmlSchema = htmlSchema;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="EmailSmartFormBodyBuilder"/> class.
 /// </summary>
 public EmailSmartFormBodyBuilder(HtmlSchemaBase htmlSchema)
 {
     //if (htmlSchema == null)
     //    throw new ArgumentNullException("htmlSchema");
     _htmlSchema = htmlSchema;
 }