Ejemplo n.º 1
0
 public OvalConcatBuilder WithConcat()
 {
     this.concatBuilder = new OvalConcatBuilder(this);
     return this.concatBuilder;
 }
Ejemplo n.º 2
0
 public OvalConcatBuilder WithConcat()
 {
     this.concatBuilder = new OvalConcatBuilder(this);
     return(this.concatBuilder);
 }