Wizarding ToolsThe goal of this project was to make it easier to get large amount of data from users using a nice UI.
This project is made of two fundamental objects.
- WizardFormBase
- WizardPanel
The idea is that users must make a Form derived from
WizardFormBase and use
WizardPanels as wizard pages. So they have to add some of those panels to the place holder in the middle of the form and design them as they like.