Esempio n. 1
0
 public Rectangle(DrawApi implementor) : base(implementor)
 {
 }
Esempio n. 2
0
File: Line.cs Progetto: 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)
 {
 }
Esempio n. 3
0
 public Square(DrawApi implementor) : base(implementor)
 {
 }