ligershark / sidewafflev2

Other
30 stars 11 forks source link

ProjectFinishedGenerating - project is null #33

Open derekirving opened 6 years ago

derekirving commented 6 years ago

If you implement an IWizard then the method gets called but the project property is always null public void ProjectFinishedGenerating(Project project)

I'm using the wizard example from PassParameterFromWizard and the RunStarted method is firing so I'm pretty sure everything is wired up correctly.