- Timestamp:
- 07/22/10 00:44:01 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Starter/SplashScreen.cs
r3777 r4068 21 21 22 22 using System; 23 using System. Collections.Generic;24 using System. Data;25 using System. Drawing;23 using System.Diagnostics; 24 using System.Linq; 25 using System.Reflection; 26 26 using System.Windows.Forms; 27 using System.Reflection;28 using System.Linq;29 using HeuristicLab.PluginInfrastructure;30 27 using HeuristicLab.PluginInfrastructure.Manager; 31 using System.Diagnostics;32 28 33 29 namespace HeuristicLab.PluginInfrastructure.Starter {
Note: See TracChangeset
for help on using the changeset viewer.