Exemplo n.º 1
0
 public Shape(DrawAPI drawAPI)
 {
     this.drawAPI = drawAPI;
 }
Exemplo n.º 2
0
 public Rectangle(DrawAPI drawAPI) : base(drawAPI)
 {
 }
Exemplo n.º 3
0
 public Circle(DrawAPI drawAPI) : base(drawAPI)
 {
 }