Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/04/10 18:55:46 (14 years ago)
Author:
gkronber
Message:

Fixed projects to work with new plugin infrastructure. #799

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PluginInfrastructure Refactoring/HeuristicLab.Core/3.2/OperatorLibraryEditor.cs

    r1529 r2587  
    204204          IView view = op.CreateView();
    205205          if (view != null)
    206             PluginManager.ControlManager.ShowControl(view);
     206            ControlManager.Manager.ShowControl(view);
    207207        }
    208208      }
     
    287287    private void viewToolStripMenuItem_Click(object sender, EventArgs e) {
    288288      IView view = (IView)viewToolStripMenuItem.Tag;
    289       PluginManager.ControlManager.ShowControl(view);
     289      ControlManager.Manager.ShowControl(view);
    290290    }
    291291    #endregion
Note: See TracChangeset for help on using the changeset viewer.