Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/08/10 04:28:19 (14 years ago)
Author:
swagner
Message:

Implemented reviewers' comments (#947)

File:
1 edited

Legend:

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

    r3709 r3716  
    198198    }
    199199    private void resetButton_Click(object sender, EventArgs e) {
    200       if (Content.Runs.Count > 0) {
    201         if (MessageBox.Show(this, "Clear all runs executed so far?", "Clear All Runs?", MessageBoxButtons.YesNo, MessageBoxIcon.Question, MessageBoxDefaultButton.Button2) == DialogResult.Yes)
    202           Content.Prepare(true);
    203         else
    204           Content.Prepare(false);
    205       } else {
    206         Content.Prepare();
    207       }
     200      Content.Prepare(false);
    208201    }
    209202    private void algorithmPanel_DragEnterOver(object sender, DragEventArgs e) {
Note: See TracChangeset for help on using the changeset viewer.