Changeset 2761 for trunk/sources/HeuristicLab.MainForm.WindowsForms
- Timestamp:
- 02/08/10 15:35:20 (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/MainForm.cs
r2723 r2761 287 287 } 288 288 289 this.AdditionalCreationOfG UIElements();290 } 291 292 protected virtual void AdditionalCreationOfG UIElements() {289 this.AdditionalCreationOfGuiElements(); 290 } 291 292 protected virtual void AdditionalCreationOfGuiElements() { 293 293 } 294 294 -
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.2/MultipleDocumentMainForm.cs
r2696 r2761 41 41 } 42 42 43 protected override void AdditionalCreationOfG UIElements() {44 base.AdditionalCreationOfG UIElements();43 protected override void AdditionalCreationOfGuiElements() { 44 base.AdditionalCreationOfGuiElements(); 45 45 ToolStripMenuItem window = new ToolStripMenuItem("Windows"); 46 46 this.menuStrip.MdiWindowListItem = window;
Note: See TracChangeset
for help on using the changeset viewer.