- Timestamp:
- 06/05/12 16:39:54 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Data/Model/ColumnGroup.cs
r7267 r7968 22 22 using System; 23 23 using System.Collections.Generic; 24 using System.Collections;25 24 using System.Linq; 26 using System.Text;27 25 using System.Windows.Forms; 28 using System.Xml;29 using HeuristicLab.DataImporter.Data.View;30 26 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 31 27 … … 59 55 i++; 60 56 } 61 } 57 } 62 58 } 63 59 … … 125 121 selectedIndexes.Add(i); 126 122 return selectedIndexes.ToArray(); 127 } 123 } 128 124 } 129 125
Note: See TracChangeset
for help on using the changeset viewer.