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 0034036 commit 0816114Copy full SHA for 0816114
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