Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/23/09 11:08:34 (14 years ago)
Author:
swagner
Message:

Implemented first draft of MainForm support in HeuristicLab.Core/HeuristicLab.Core.Views and all other depending plugins (#770)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Logging/3.3/Log.cs

    r1872 r2520  
    7070
    7171    /// <summary>
    72     /// Creates an instance of <see cref="LogView"/> to represent the current instance visually.
    73     /// </summary>
    74     /// <returns>The created view as <see cref="LogView"/>.</returns>
    75     public override IView CreateView() {
    76       return new LogView(this);
    77     }
    78 
    79     /// <summary>
    8072    /// Occurs when the items have been changed.
    8173    /// </summary>
Note: See TracChangeset for help on using the changeset viewer.