Browse Source

Add comments to clarify about used design pattern

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

1
ILSpy/AssemblyTree/AssemblyTreeModel.cs

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

Loading…
Cancel
Save