Ejemplo n.º 1
0
 internal void AddTool(Tool t)
 {
     m_Tools.Add(t);
     t.SetStartPoint(Origin);
 }