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/ExperimentView.cs

    r3566 r3716  
    125125    }
    126126    private void resetButton_Click(object sender, EventArgs e) {
    127       if (Content.Runs.Count > 0) {
    128         if (MessageBox.Show(this, "Clear all runs executed so far?", "Clear All Runs?", MessageBoxButtons.YesNo, MessageBoxIcon.Question, MessageBoxDefaultButton.Button2) == DialogResult.Yes)
    129           Content.Prepare(true);
    130         else
    131           Content.Prepare(false);
    132       } else {
    133         Content.Prepare();
    134       }
     127      Content.Prepare(false);
    135128    }
    136129    #endregion
Note: See TracChangeset for help on using the changeset viewer.