- Timestamp:
- 02/20/08 14:27:04 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab/MainForm.cs
r8 r16 57 57 58 58 private void RefreshApplicationsList() { 59 applicationsListView.Clear(); 60 59 61 pluginManagerListViewItem = new ListViewItem("Plugin Manager", 0); 60 62 pluginManagerListViewItem.Group = applicationsListView.Groups["Plugin Management"]; … … 83 85 this.Visible = false; 84 86 form.ShowDialog(); 87 RefreshApplicationsList(); 85 88 this.Visible = true; 86 89 } else {
Note: See TracChangeset
for help on using the changeset viewer.