Changeset 209 for trunk/sources/HeuristicLab
- Timestamp:
- 04/29/08 19:31:51 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab/MainForm.cs
r19 r209 96 96 PluginManager.Manager.Run(app); 97 97 }); 98 t.SetApartmentState(ApartmentState.STA); 98 t.SetApartmentState(ApartmentState.STA); // needed for the AdvancedOptimizationFrontent 99 99 t.Start(); 100 100 }
Note: See TracChangeset
for help on using the changeset viewer.