mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Try to make method names clearer
This commit is contained in:
@@ -61,6 +61,15 @@ namespace SabreTools.DatFiles
|
||||
RemoveBiosAndDeviceSetsImplDB();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Use cloneof tags to remove items from the children
|
||||
/// </summary>
|
||||
public void RemoveItemsFromCloneOfChild()
|
||||
{
|
||||
RemoveItemsFromCloneOfChildImpl();
|
||||
RemoveItemsFromCloneOfChildImplDB();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Use romof tags to remove bios items from children
|
||||
/// </summary>
|
||||
@@ -71,15 +80,6 @@ namespace SabreTools.DatFiles
|
||||
RemoveItemsFromRomOfChildImplDB(bios);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Use cloneof tags to remove items from the children
|
||||
/// </summary>
|
||||
public void RemoveItemsFromCloneOfChild()
|
||||
{
|
||||
RemoveItemsFromCloneOfChildImpl();
|
||||
RemoveItemsFromCloneOfChildImplDB();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Remove all romof and cloneof tags from all machines
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user