- Timestamp:
- 05/12/10 12:01:41 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/MainForm.cs
r3670 r3794 166 166 if (!DesignMode) { 167 167 MainFormManager.RegisterMainForm(this); 168 this.CreateGUI(); 168 169 if (!this.initialized) { 169 170 this.initialized = true; 170 171 this.OnInitialized(EventArgs.Empty); 171 172 } 172 this.CreateGUI();173 173 } 174 174 }
Note: See TracChangeset
for help on using the changeset viewer.