Exemplo n.º 1
0
 public BlockForTest(HtmlBlock htmlBlock, PrintWriter @out, int level, bool wasInline
                     )
     : base(@out, level, wasInline)
 {
 }
Exemplo n.º 2
0
 internal Block(HtmlBlock _enclosing, PrintWriter @out, int level, bool wasInline)
     : base(@out, level, wasInline)
 {
     this._enclosing = _enclosing;
 }