Able to add a new shape. Cannot edit existing shapes yet...

This commit is contained in:
2018-02-27 16:03:29 -06:00
parent 4f3f260c48
commit 1d1290c3c2
3 changed files with 34 additions and 8 deletions

View File

@ -1115,6 +1115,11 @@ namespace EduNetworkBuilder
}
}
public void AddShape(NetShape what)
{
Shapes.Add(what);
}
void KillAllExtraWindows(bool EvenRTF=false)
{
for(int i = Application.OpenForms.Count -1; i >=0; i--)