Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/08/10 15:35:20 (15 years ago)
Author:
mkommend
Message:

improved MainForm as suggested by FxCop (ticket #857)

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  
    287287      }
    288288
    289       this.AdditionalCreationOfGUIElements();
    290     }
    291 
    292     protected virtual void AdditionalCreationOfGUIElements() {
     289      this.AdditionalCreationOfGuiElements();
     290    }
     291
     292    protected virtual void AdditionalCreationOfGuiElements() {
    293293    }
    294294
  • trunk/sources/HeuristicLab.MainForm.WindowsForms/3.2/MultipleDocumentMainForm.cs

    r2696 r2761  
    4141    }
    4242
    43     protected override void AdditionalCreationOfGUIElements() {
    44       base.AdditionalCreationOfGUIElements();
     43    protected override void AdditionalCreationOfGuiElements() {
     44      base.AdditionalCreationOfGuiElements();
    4545      ToolStripMenuItem window = new ToolStripMenuItem("Windows");
    4646      this.menuStrip.MdiWindowListItem = window;
Note: See TracChangeset for help on using the changeset viewer.