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.
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
RunStartedmethod is firing so I'm pretty sure everything is wired up correctly.