示例#1
0
 public LesNodePrinter(INodePrinterWriter target, IMessageSink errors = null)
 {
     Writer = target;
     Errors = errors;
 }