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 be71ab5 commit 1992b89Copy full SHA for 1992b89
RibbonTools/Build/CSharpCodeBuilder.cs
@@ -33,7 +33,6 @@ protected override void WriteHeader()
33
sw.WriteLine("using System;");
34
sw.WriteLine("using RibbonLib;");
35
sw.WriteLine("using RibbonLib.Controls;");
36
- sw.WriteLine("using RibbonLib.Interop;");
37
sw.WriteLine();
38
sw.WriteLine("namespace RibbonLib.Controls");
39
sw.WriteLine("{");
RibbonTools/Build/VBCodeBuilder.cs
sw.WriteLine("Imports System");
sw.WriteLine("Imports RibbonLib");
sw.WriteLine("Imports RibbonLib.Controls");
- sw.WriteLine("Imports RibbonLib.Interop");
sw.WriteLine("Namespace RibbonLib.Controls");
//sw.WriteLine("{");
0 commit comments