We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f7fc0 commit f3e4a5cCopy full SHA for f3e4a5c
src/test/integration/DesignSurface/DemoConsole/MainForm.cs
@@ -39,7 +39,7 @@ private void InitFormDesigner()
39
// - ISelectionService
40
// - try to get a ptr to ISelectionService interface
41
// - if we obtain it then hook the SelectionChanged event
42
- _selectionService = (ISelectionService)(designSurfaceExtended.GetIDesignerHost().GetService(typeof(ISelectionService)));
+ _selectionService = (ISelectionService)designSurfaceExtended.GetIDesignerHost().GetService(typeof(ISelectionService));
43
if (_selectionService is not null)
44
{
45
_selectionService.SelectionChanged += OnSelectionChanged;
0 commit comments