Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/21/12 13:42:34 (12 years ago)
Author:
ascheibe
Message:

#1648 fetch user and client information when the optimizer starts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimizer/3.3/Plugin.cs.frame

    r7985 r8076  
    2121
    2222using System.Windows.Forms;
     23using HeuristicLab.Clients.Access;
    2324using HeuristicLab.Optimizer.Properties;
    2425using HeuristicLab.PluginInfrastructure;
     
    4142  [PluginDependency("HeuristicLab.Persistence", "3.3")]
    4243  [PluginDependency("HeuristicLab.Problems.Instances", "3.3")]
     44  [PluginDependency("HeuristicLab.Clients.Access", "3.3")]
    4345  public class HeuristicLabOptimizerPlugin : PluginBase {
    4446  }
     
    5860
    5961      if (mainForm != null) {
     62        ClientInformation.InitializeAsync();
     63        UserInformation.InitializeAsync();
     64
    6065        mainForm.ShowContentInViewHost = true;
    6166        Application.Run(mainForm);
Note: See TracChangeset for help on using the changeset viewer.