diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-07-31 19:08:06 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-07-31 19:08:06 +0300 |
| commit | 9bf8c48e19a83ed6e2d2612dea8e990c3a05d4a0 (patch) | |
| tree | 9c4f9ed988fdb40b8979c7c577d11f07719bc962 /Software/Visual_Studio/Tango.CSV/CsvFile.cs | |
| parent | 189ff76dbf70db47e3da9db6dd0cb6bf98eaf1bc (diff) | |
| download | Tango-9bf8c48e19a83ed6e2d2612dea8e990c3a05d4a0.tar.gz Tango-9bf8c48e19a83ed6e2d2612dea8e990c3a05d4a0.zip | |
Implemented first procedure code editor loading block progress.
Diffstat (limited to 'Software/Visual_Studio/Tango.CSV/CsvFile.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.CSV/CsvFile.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.CSV/CsvFile.cs b/Software/Visual_Studio/Tango.CSV/CsvFile.cs index 1f21ce6e8..f925c0017 100644 --- a/Software/Visual_Studio/Tango.CSV/CsvFile.cs +++ b/Software/Visual_Studio/Tango.CSV/CsvFile.cs @@ -293,7 +293,7 @@ namespace Tango.CSV if (pi == null) //Then try get by column index, { pi = typeof(T).GetProperties()[index]; - pi = typeof(T).GetProperties()[index]; + pi = typeof(T).GetProperties()[index]; //Workaround for some weired problem that makes the program not take the value. } if (CsvFile.UseLambdas) |
