Ejemplo n.º 1
0
 public void AddTool(Tool tool)
 {
     //tool.AttachToHolder(CreateHolder());
     tool.AttachToHolder(GetEmptyHolder());
 }