Allow visual dragging of items

This commit is contained in:
2017-06-06 07:29:13 -05:00
parent 0d848c6823
commit c9422ab9d7
2 changed files with 45 additions and 0 deletions

View File

@ -94,6 +94,7 @@ namespace EduNetworkBuilder
if ((dest.GetIP & _mask) == NetworkAddress)
return true;
return false;
}
public bool Edit(NetworkDevice FromWhat, Form ParentForm, string message="")