Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/03/10 06:04:49 (14 years ago)
Author:
swagner
Message:

Continued work on algorithm batch processing (#947).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/BatchRunView.cs

    r3226 r3260  
    8585        repetitionsNumericUpDown.Enabled = false;
    8686        algorithmViewHost.Content = null;
    87         resultsView.Content = null;
     87        runsView.Content = null;
    8888        tabControl.Enabled = false;
    8989        startButton.Enabled = resetButton.Enabled = false;
     
    9696        algorithmViewHost.ViewType = null;
    9797        algorithmViewHost.Content = Content.Algorithm;
    98         resultsView.Content = Content.Results;
     98        runsView.Content = Content.Runs;
    9999        tabControl.Enabled = true;
    100100        startButton.Enabled = !Content.Finished;
Note: See TracChangeset for help on using the changeset viewer.