Пример #1
0
 protected Shape(DrawImplementor drawImplementor)
 {
     this.drawImplementor = drawImplementor;
 }
Пример #2
0
 public Circle(DrawImplementor drawImplementor)
     : base(drawImplementor)
 {
 }