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 77fa481 commit 1cdcfe6Copy full SHA for 1cdcfe6
Rubberduck.Core/App.cs
@@ -13,7 +13,6 @@
13
using Rubberduck.Parsing.UIContext;
14
using Rubberduck.Resources;
15
using Rubberduck.UI.Command;
16
-using Rubberduck.VBEditor.SafeComWrappers.Abstract;
17
using Rubberduck.VBEditor.Utility;
18
using Rubberduck.VersionCheck;
19
using Application = System.Windows.Forms.Application;
@@ -33,8 +32,7 @@ public sealed class App : IDisposable
33
32
34
private Configuration _config;
35
36
- public App(IVBE vbe,
37
- IMessageBox messageBox,
+ public App(IMessageBox messageBox,
38
IGeneralConfigService configService,
39
IAppMenu appMenus,
40
IRubberduckHooks hooks,
0 commit comments