Changeset 19
- Timestamp:
- 02/20/08 16:40:08 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab/MainForm.cs
r17 r19 84 84 ManagerForm form = new ManagerForm(); 85 85 this.Visible = false; 86 form.ShowDialog( );86 form.ShowDialog(this); 87 87 RefreshApplicationsList(); 88 88 this.Visible = true;
Note: See TracChangeset
for help on using the changeset viewer.