Consistent use of HorizontalSpacer for layout
This commit is contained in:
parent
c2089b5aa3
commit
7a98b347c3
23 changed files with 47 additions and 103 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue