Beispiel #1
0
 public FrmWizard()
 {
     InitializeComponent();
     _wizardPages             = new Dictionary <string, WizardPage>();
     _serviceStateTimer       = new TesterTimer();
     _serviceStateTimer.Tick += new EventHandler(CheckServiceStateTimer_Tick);
 }
 public ExecutePage()
 {
     InitializeComponent();
     _executionTimer       = new TesterTimer();
     _executionTimer.Tick += new EventHandler(_executionTimer_Tick);
 }