Added tooling start/stop

This commit is contained in:
Lucio Maranta
2018-07-17 17:09:25 +02:00
parent a2f7a97485
commit 547c6f7483
9 changed files with 165 additions and 145 deletions
@@ -238,7 +238,7 @@ namespace Step.Database.Controllers
return tool;
}
public void DeleleTool(int toolId)
public void DeleteTool(int toolId)
{
DbNcToolModel tool = FindTool(toolId);
DeleteTool(tool);