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 0a8fcdb commit 9146a79Copy full SHA for 9146a79
Rubberduck.VBEEditor/Application/PowerPointApp.cs
@@ -6,7 +6,10 @@ public class PowerPointApp : HostApplicationBase<Microsoft.Office.Interop.PowerP
6
{
7
private readonly IVBE _vbe;
8
9
- public PowerPointApp(IVBE vbe) : base("PowerPoint") { }
+ public PowerPointApp(IVBE vbe) : base(vbe, "PowerPoint")
10
+ {
11
+ _vbe = vbe;
12
+ }
13
14
public override void Run(dynamic declaration)
15
0 commit comments