Ejemplo n.º 1
0
 public DrawLibXAdapter()
 {
     _drawLibX = new DrawLibX();
 }
Ejemplo n.º 2
0
 public DrawTool(bool useLibX = true)
 {
     _drawLibX = useLibX ? new DrawLibX() : null;
     _drawLibY = useLibX ? null : new DrawLibY();
 }