Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/28/09 11:53:25 (16 years ago)
Author:
vdorfer
Message:

Created API documentation for HeuristicLab.AdvancedOptimizationFrontend namespace (#331)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.AdvancedOptimizationFrontend/AboutDialog.cs

    r607 r1185  
    2929
    3030namespace HeuristicLab.AdvancedOptimizationFrontend {
     31  /// <summary>
     32  /// The about dialog that presents some basic information about the application.
     33  /// </summary>
    3134  public partial class AboutDialog : Form {
     35    /// <summary>
     36    /// Initializes a new instance of <see cref="AboutDialog"/>.
     37    /// </summary>
    3238    public AboutDialog() {
    3339      InitializeComponent();
Note: See TracChangeset for help on using the changeset viewer.