Free cookie consent management tool by TermsFeed Policy Generator

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

improved MainForm as suggested by FxCop (ticket #857)

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.