Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/17/10 19:01:27 (14 years ago)
Author:
gkronber
Message:

Fixed relevant warnings in the plugin infrastructure (didn't fix warnings about XML comments of members that will be removed soon). #915 (Remove warnings from HL 3.3 solution)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/Starter/StarterForm.cs

    r2922 r3092  
    3636
    3737namespace HeuristicLab.PluginInfrastructure.Starter {
     38  /// <summary>
     39  /// The starter form is responsible for initializing the plugin infrastructure
     40  /// and shows a list of installed applications.
     41  /// </summary>
    3842  public partial class StarterForm : Form {
    3943
     
    4246    private PluginManager pluginManager;
    4347
     48    /// <summary>
     49    /// Initializes an instance of the starter form.
     50    /// The starter form shows a splashscreen and initializes the plugin infrastructure.
     51    /// </summary>
    4452    public StarterForm()
    4553      : base() {
     
    7482    }
    7583
     84    /// <summary>
     85    /// Creates a new StarterForm and tries to start application with <paramref name="appName"/> immediately.
     86    /// </summary>
     87    /// <param name="appName">Name of the application</param>
    7688    public StarterForm(string appName)
    7789      : this() {
Note: See TracChangeset for help on using the changeset viewer.