Skip to content

Commit efdd78b

Browse files
committed
Merge branch 'dev'
2 parents e580e6e + 0816114 commit efdd78b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ResultCreator.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ public class ResultCreator
1414
public ResultCreator(PluginInitContext context, OneNotePlugin oneNotePlugin)
1515
{
1616
this.context = context;
17+
this.oneNotePlugin = oneNotePlugin;
1718
notebookInfo = new OneNoteItemInfo("NotebookIcons", "notebook.png", context);
1819
sectionInfo = new OneNoteItemInfo("SectionIcons", "section.png", context);
1920
}

0 commit comments

Comments
 (0)