Changeset 9422
- Timestamp:
- 05/02/13 13:42:22 (12 years ago)
- Location:
- branches/ImprovingStringConvertibleMatrix/HeuristicLab.Data.Views
- Files:
-
- 3 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/ImprovingStringConvertibleMatrix/HeuristicLab.Data.Views
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Data.Views (added) merged: 9376,9379
- Property svn:mergeinfo changed
-
branches/ImprovingStringConvertibleMatrix/HeuristicLab.Data.Views/3.3/HeuristicLab.Data.Views-3.3.csproj
r9286 r9422 127 127 <DependentUpon>DoubleRangeView.cs</DependentUpon> 128 128 </Compile> 129 <Compile Include="EnhancedStringConvertibleMatrixView.cs"> 130 <SubType>UserControl</SubType> 131 </Compile> 132 <Compile Include="EnhancedStringConvertibleMatrixView.Designer.cs"> 133 <DependentUpon>EnhancedStringConvertibleMatrixView.cs</DependentUpon> 134 </Compile> 129 135 <Compile Include="IntRangeView.cs"> 130 136 <SubType>UserControl</SubType> -
branches/ImprovingStringConvertibleMatrix/HeuristicLab.Data.Views/3.3/StringConvertibleMatrixView.cs
r9307 r9422 454 454 #endregion 455 455 456 public int GetRowIndex(int originalIndex) { 457 return virtualRowIndices[originalIndex]; 458 } 459 456 460 public class RowComparer : IComparer<int> { 457 461 public RowComparer() {
Note: See TracChangeset
for help on using the changeset viewer.