Extract TrackingTextReader from CsvIndexer.

This commit is contained in:
2023-08-01 14:58:09 +02:00
parent 5ea825a8d9
commit 67578d022f
4 changed files with 54 additions and 44 deletions

View File

@@ -66,6 +66,7 @@
<ItemGroup>
<Compile Include="Code\CsvIndexer.cs" />
<Compile Include="Code\CsvParser.cs" />
<Compile Include="Code\TrackingTextReader.cs" />
<Compile Include="UI\CTextBox.cs">
<SubType>Component</SubType>
</Compile>