Ejemplo n.º 1
0
 void RedrawTool()
 {
     if (SelectedTool != null)
     {
         SelectedTool.Redraw();
     }
 }