Exemplo n.º 1
0
 public UserWizard()
 {
     InitializeComponent();
     _ui = new UserWizardUI(this);
 }
Exemplo n.º 2
0
 public UserWizard(bool flag)
 {
     InitializeComponent();
     _ui = new UserWizardUI(this, flag);
 }
Exemplo n.º 3
0
 public UserWizard(bool flag) : this()
 {
     _ui = new UserWizardUI(this, flag);
 }