Exemplo n.º 1
0
 public void Register(FloatingToolBase tool)
 {
     _tools[tool.Name] = tool;
 }
 public void AddToolsVisualComponent(FloatingToolBase toolBase, SelectionContainer selectedItem,
                                     ActionsGraph actionsGraph)
 {
     toolBase.PopulateView(_toolsStack, selectedItem, actionsGraph);
 }