Changeset 11181 for branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.SolutionCaching.Views
- Timestamp:
- 07/10/14 17:29:36 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.SolutionCaching.Views/3.3/SolutionCacheView.cs
r10026 r11181 48 48 49 49 if (Content != null) { 50 cacheSizeTextBox.Text = Content.Size().ToString() ;50 cacheSizeTextBox.Text = Content.Size().ToString() + " / " + Content.Values().Sum(x => x.Count); 51 51 InitializeMenu(); 52 52 }
Note: See TracChangeset
for help on using the changeset viewer.