- Timestamp:
- 01/22/16 16:21:20 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem.Views/3.3/ExpertSystemView.cs
r13561 r13564 208 208 209 209 private void OkbDownloadButtonOnClick(object sender, EventArgs e) { 210 if (Content.Problem.ProblemId < 0) {210 if (Content.Problem.ProblemId != -1) { 211 211 MessageBox.Show("Please select a problem instance first."); 212 212 return;
Note: See TracChangeset
for help on using the changeset viewer.