Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/24/10 10:24:20 (14 years ago)
Author:
gkronber
Message:

Preparations for next HL release. #1203

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Starter/SplashScreen.cs

    r4068 r4482  
    3232    private Timer fadeTimer;
    3333    private int initialInterval;
    34     private PluginManager manager;
    3534
    3635    internal SplashScreen() {
     
    4140      : this() {
    4241      this.initialInterval = initialInterval;
    43       this.manager = manager;
    4442
    4543      manager.ApplicationStarted += new EventHandler<PluginInfrastructureEventArgs>(manager_ApplicationStarted);
Note: See TracChangeset for help on using the changeset viewer.