Free cookie consent management tool by TermsFeed Policy Generator

Changeset 209


Ignore:
Timestamp:
04/29/08 19:31:51 (16 years ago)
Author:
gkronber
Message:

added a comment about AppartementState.STA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab/MainForm.cs

    r19 r209  
    9696            PluginManager.Manager.Run(app);
    9797          });
    98           t.SetApartmentState(ApartmentState.STA);
     98          t.SetApartmentState(ApartmentState.STA); // needed for the AdvancedOptimizationFrontent
    9999          t.Start();
    100100        }
Note: See TracChangeset for help on using the changeset viewer.