Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/19/16 12:40:40 (8 years ago)
Author:
abeham
Message:

#2457: worked on recommendation algorithms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem/3.3/Plugin.cs.frame

    r13722 r13774  
    2020#endregion
    2121
     22using HeuristicLab.Clients.Access;
     23using HeuristicLab.Common;
     24using HeuristicLab.Core;
     25using HeuristicLab.PluginInfrastructure;
    2226using System.Windows.Forms;
    23 using HeuristicLab.Clients.Access;
    24 using HeuristicLab.PluginInfrastructure;
    2527
    2628namespace HeuristicLab.OptimizationExpertSystem {
     
    5052      ClientInformation.InitializeAsync();
    5153      UserInformation.InitializeAsync();
    52 
     54      ContentManager.Initialize(new PersistenceContentManager());
    5355      mainForm.ShowContentInViewHost = true;
    5456      Application.Run(mainForm);
Note: See TracChangeset for help on using the changeset viewer.