- Timestamp:
- 07/22/10 00:44:01 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Advanced/PluginView.cs
r3763 r4068 20 20 #endregion 21 21 using System; 22 using System.Collections.Generic; 23 using System.ComponentModel; 24 using System.Drawing; 25 using System.Data; 22 using System.IO; 26 23 using System.Linq; 27 using System.Text;28 24 using System.Windows.Forms; 29 using HeuristicLab.PluginInfrastructure;30 using System.IO;31 25 using HeuristicLab.PluginInfrastructure.Manager; 32 26
Note: See TracChangeset
for help on using the changeset viewer.