Browse Source

Add comments to clarify about used design pattern

pull/3403/head
tom-englert 5 months ago
parent
commit
94990fbdc4
  1. 1
      ILSpy/AssemblyTree/AssemblyTreeModel.cs

1
ILSpy/AssemblyTree/AssemblyTreeModel.cs

@ -767,6 +767,7 @@ namespace ICSharpCode.ILSpy.AssemblyTree
} }
else else
{ {
// ensure that we are only connected once to the event, else we might get multiple notifications
ContextMenuProvider.ContextMenuClosed -= ContextMenuClosed; ContextMenuProvider.ContextMenuClosed -= ContextMenuClosed;
ContextMenuProvider.ContextMenuClosed += ContextMenuClosed; ContextMenuProvider.ContextMenuClosed += ContextMenuClosed;
} }

Loading…
Cancel
Save