/// <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; }
/// <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; }