Consistent use of HorizontalSpacer for layout

This commit is contained in:
John Lewin 2016-04-25 13:35:36 -07:00
parent c2089b5aa3
commit 7a98b347c3
23 changed files with 47 additions and 103 deletions

View file

@ -388,10 +388,8 @@ namespace MatterHackers.MatterControl.EeProm
public override void OnClosed(EventArgs e)
{
if (unregisterEvents != null)
{
unregisterEvents(this, null);
}
unregisterEvents?.Invoke(this, null);
base.OnClosed(e);
}