Exemplo n.º 1
0
 public OvalCountBuilder WithCount()
 {
     this.countBuilder = new OvalCountBuilder(this);
     return this.countBuilder;
 }
Exemplo n.º 2
0
 public OvalCountBuilder WithCount()
 {
     this.countBuilder = new OvalCountBuilder(this);
     return(this.countBuilder);
 }