Changeset 2813
- Timestamp:
- 02/16/10 14:24:24 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.MainForm.WindowsForms/3.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.2/View.Designer.cs
r2790 r2813 52 52 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 53 53 this.Name = "ViewBase"; 54 this.Load += new System.EventHandler(this.View Base_Load);54 this.Load += new System.EventHandler(this.View_Load); 55 55 this.ResumeLayout(false); 56 56 -
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.2/View.cs
r2793 r2813 147 147 } 148 148 149 private void View Base_Load(object sender, EventArgs e) {149 private void View_Load(object sender, EventArgs e) { 150 150 if (!this.initialized && !this.DesignMode) { 151 151 this.OnInitialized(e);
Note: See TracChangeset
for help on using the changeset viewer.