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