Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/30/09 12:46:32 (15 years ago)
Author:
vdorfer
Message:

Created parts of the API documentation for HeuristicLab.PluginInfrastructure namespace (#331)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/Interfaces/IControlManager.cs

    r2 r1189  
    2626
    2727namespace HeuristicLab.PluginInfrastructure {
     28  /// <summary>
     29  /// Interface for control managers.
     30  /// </summary>
    2831  public interface IControlManager {
     32    /// <summary>
     33    /// Shows the given <paramref name="control"/>.
     34    /// </summary>
     35    /// <param name="control">The control to display.</param>
    2936    void ShowControl(IControl control);
    3037  }
Note: See TracChangeset for help on using the changeset viewer.