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