Ejemplo n.º 1
0
 public TestRoundDotsBorder(BorderTest _enclosing, float width)
     : base(width)
 {
     this._enclosing = _enclosing;
 }
Ejemplo n.º 2
0
 public TestDottedBorder(BorderTest _enclosing, float width)
     : base(width)
 {
     this._enclosing = _enclosing;
 }