Example #1
0
 public Wizard()
 {
     InitializeComponent();
     m_steps       = new WizardStepCollection(this);
     m_currentstep = 0;
 }
Example #2
0
 public Wizard()
 {
     InitializeComponent();
     m_steps = new WizardStepCollection(this);
     m_currentstep = 0;
 }