Changeset 14343 for trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/DataAnalysisCSVFormat.cs
- Timestamp:
- 10/20/16 17:28:48 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/DataAnalysisCSVFormat.cs
r14185 r14343 21 21 22 22 using System.Globalization; 23 using System.Text; 23 24 24 25 namespace HeuristicLab.Problems.Instances.DataAnalysis { … … 28 29 public DateTimeFormatInfo DateTimeFormatInfo { get; set; } 29 30 public bool VariableNamesAvailable { get; set; } 31 public Encoding Encoding { get; set; } 30 32 } 31 33 }
Note: See TracChangeset
for help on using the changeset viewer.