Get network links to use Actions

This commit is contained in:
2018-05-14 11:06:19 -05:00
parent 8b82150bbe
commit 617c5e2dc3
4 changed files with 41 additions and 8 deletions

View File

@ -815,6 +815,7 @@ namespace EduNetworkBuilder
public void RemoveComponent(NetworkComponent tItem)
{
if (tItem == null) return; //Exit early if we are not removing anything
for (int i = NetComponents.Count -1; i >= 0; i--)
{
if (NetComponents[i] == tItem)