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.
2 parents e580e6e + 0816114 commit efdd78bCopy full SHA for efdd78b
ResultCreator.cs
@@ -14,6 +14,7 @@ public class ResultCreator
14
public ResultCreator(PluginInitContext context, OneNotePlugin oneNotePlugin)
15
{
16
this.context = context;
17
+ this.oneNotePlugin = oneNotePlugin;
18
notebookInfo = new OneNoteItemInfo("NotebookIcons", "notebook.png", context);
19
sectionInfo = new OneNoteItemInfo("SectionIcons", "section.png", context);
20
}
0 commit comments