Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/04/12 10:34:44 (12 years ago)
Author:
jkarder
Message:

#1926:

  • created argument handling infrastructure
  • added StartArgument
File:
1 edited

Legend:

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

    r7967 r8563  
    181181      this.Name = "StarterForm";
    182182      this.Text = "HeuristicLab Starter";
    183       this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
     183      this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.StarterForm_FormClosing);
     184      this.Shown += new System.EventHandler(this.StarterForm_Shown);
    184185      this.ResumeLayout(false);
    185186
Note: See TracChangeset for help on using the changeset viewer.