Able to add a new shape. Cannot edit existing shapes yet...
This commit is contained in:
@ -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--)
|
||||
|
Reference in New Issue
Block a user