Exemplo n.º 1
0
 void ISVGNodeParserBuilder.Reset()
 {
     this.Result = new SVGNodeParser();
 }
Exemplo n.º 2
0
 public NetworkLinkParserBuilder()
 {
     this.Result = new SVGNodeParser();
 }