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 6888cc7 commit 2f5b798Copy full SHA for 2f5b798
Rubberduck.Core/UI/CodeExplorer/CodeExplorerWindow.cs
@@ -9,8 +9,8 @@ namespace Rubberduck.UI.CodeExplorer
9
public sealed partial class CodeExplorerWindow : UserControl, IDockableUserControl
10
{
11
private const string ClassId = "C5318B59-172F-417C-88E3-B377CDA2D809";
12
- string IDockableUserControl.ClassId { get { return ClassId; } }
13
- string IDockableUserControl.Caption { get { return CodeExplorerUI.CodeExplorerDockablePresenter_Caption; } }
+ string IDockableUserControl.ClassId => ClassId;
+ string IDockableUserControl.Caption => CodeExplorerUI.CodeExplorerDockablePresenter_Caption;
14
15
private CodeExplorerWindow()
16
0 commit comments