- Timestamp:
- 09/24/10 10:24:20 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Starter/SplashScreen.cs
r4068 r4482 32 32 private Timer fadeTimer; 33 33 private int initialInterval; 34 private PluginManager manager;35 34 36 35 internal SplashScreen() { … … 41 40 : this() { 42 41 this.initialInterval = initialInterval; 43 this.manager = manager;44 42 45 43 manager.ApplicationStarted += new EventHandler<PluginInfrastructureEventArgs>(manager_ApplicationStarted);
Note: See TracChangeset
for help on using the changeset viewer.