Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/08/14 14:25:28 (10 years ago)
Author:
tsteinre
Message:

changed Button names in DataPreprocessingView

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Views/DataPreprocessingView.cs

    r10303 r10304  
    8686    public new PreprocessingContext Content {
    8787      get { return (PreprocessingContext)base.Content; }
    88       set { 
     88      set {
    8989        base.Content = value;
    9090      }
     
    104104    }
    105105
    106     private void tryOutAlgorithmButton_Click(object sender, EventArgs e) {
     106    private void exportProblemButton_Click(object sender, EventArgs e) {
     107      // TODO
     108    }
     109
     110    private void applyInNewTabButton_Click(object sender, EventArgs e) {
    107111      IPreprocessingData Data = Content.Data;
    108112
     
    133137      MainFormManager.MainForm.ShowContent(item);
    134138    }
     139
    135140  }
    136141}
Note: See TracChangeset for help on using the changeset viewer.