Add Tab tag

This commit is contained in:
lastvoidtemplar
2021-07-07 13:16:45 +03:00
parent 92ab405a23
commit 0f77306a0c
2 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ namespace BoerseDataConvert
// -o directory or --output direcory
// -h - help
Console.WriteLine();
Reader reader = new Reader(@"E:\Downloads\TestData-2021_07_02", new string[2] { "subtype910.txt","subtype916.txt" });
Reader reader = new Reader(@"E:\Downloads\TestData-2021_07_02", new string[1] { "subtype910.txt" });
RecordController a = new RecordController("");
while (true)
{