Changeset 6863 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.App/3.3/MainWindow.cs
- Timestamp:
- 10/04/11 10:00:38 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.App/3.3/MainWindow.cs
r6834 r6863 52 52 if (WindowState == FormWindowState.Minimized) { 53 53 Hide(); 54 } /*else if (Visible == false) { 55 Show(); 56 } */ 54 } 57 55 } 58 56 }
Note: See TracChangeset
for help on using the changeset viewer.