Added tooling start/stop
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user