CSV factoriy hinzugefügt

This commit is contained in:
Husky
2019-05-31 22:36:43 +02:00
parent 82a16c0634
commit 1cae6bbb7a
4 changed files with 40 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
namespace CSVParser
{
public enum AcceptedCSVFormats
{
UVRELINING,
BLUELIGHT
}
}