Fix osai/fanuc
This commit is contained in:
@@ -343,7 +343,8 @@ namespace Step.Database.Controllers
|
||||
public void DeleteTool(int toolId)
|
||||
{
|
||||
DbNcToolModel tool = FindTool(toolId);
|
||||
DeleteTool(tool);
|
||||
if(tool != null)
|
||||
DeleteTool(tool);
|
||||
}
|
||||
|
||||
public void DeleteTool(DbNcToolModel tool)
|
||||
|
||||
Reference in New Issue
Block a user