public void ShowPropertyEditor() { FormShapeProperties FSP = new FormShapeProperties(shapeManager); FSP.ShowDialog(); FSP.Dispose(); }