Changeset 604 for branches/3.1/sources/HeuristicLab/MainForm.cs
- Timestamp:
- 09/26/08 16:33:42 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1/sources/HeuristicLab/MainForm.cs
r599 r604 57 57 58 58 private void RefreshApplicationsList() { 59 applicationsListView. Clear();59 applicationsListView.Items.Clear(); 60 60 61 61 pluginManagerListViewItem = new ListViewItem("Plugin Manager", 0);
Note: See TracChangeset
for help on using the changeset viewer.