Ejemplo n.º 1
0
 public PhotoDocsManager(MainWindow mw)
 {
     this.mw = mw;
     //currentTool = new DrawLine(this, 20);
     currentTool = new BrushTool(this, 20);
 }
Ejemplo n.º 2
0
 public void SetTool(IDrawTools tool)
 {
     currentTool = tool;
 }