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 dc45376 commit 6c44166Copy full SHA for 6c44166
Rubberduck.Core/UI/AddRemoveReferences/AddRemoveReferencesWindow.xaml.cs
@@ -1,5 +1,4 @@
1
using System.Windows;
2
-using System.Windows.Controls;
3
using System.Windows.Controls.Primitives;
4
using Rubberduck.AddRemoveReferences;
5
@@ -8,7 +7,7 @@ namespace Rubberduck.UI.AddRemoveReferences
8
7
/// <summary>
9
/// Interaction logic for AddRemoveReferencesWindow.xaml
10
/// </summary>
11
- public partial class AddRemoveReferencesWindow : UserControl
+ public partial class AddRemoveReferencesWindow
12
{
13
public AddRemoveReferencesWindow()
14
0 commit comments