Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataAnalysisService/HeuristicLab.ExperimentGeneration.DataAnalysis.ExperimentWizard/3.3/ProblemDataPage.cs @ 7808

Last change on this file since 7808 was 7808, checked in by spimming, 12 years ago

#1807:

  • experiment wizard initial commit
  • plugin file frames added
  • wizard renamed
File size: 438 bytes
Line 
1using System.ComponentModel;
2
3namespace HeuristicLab.ExperimentGeneration.DataAnalysis.ExperimentWizard {
4  public partial class ProblemDataPage : HeuristicLab.ExperimentGeneration.DataAnalysis.Wizard.WizardPage {
5    public ProblemDataPage() {
6      InitializeComponent();
7    }
8
9    private void ProblemDataPage_SetActive(object sender, CancelEventArgs e) {
10      SetWizardButton(Wizard.WizardButtons.Next);
11    }
12  }
13}
Note: See TracBrowser for help on using the repository browser.