Пример #1
0
 // Delete a given tool from the list of tools that this member is currently holding
 public void deleteTool(Tool aTool)
 {
     tools.delete(aTool);
 }
Пример #2
0
 // Deletes the given tool from the currentCollection
 public void delete(Tool aTool)
 {
     currentCollection.delete(aTool);
 }