Exemplo n.º 1
0
 public Rectangle(DrawApi implementor) : base(implementor)
 {
 }
Exemplo n.º 2
0
Arquivo: Line.cs Projeto: shbszxj/demo
 /// <summary>
 /// Initializes a new instance of the <see cref="BridgePattern.Line"/> class.
 /// </summary>
 /// <param name="implementor">The implementor instance to use.</param>
 public Line(DrawApi implementor) : base(implementor)
 {
 }
Exemplo n.º 3
0
 public Square(DrawApi implementor) : base(implementor)
 {
 }