diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2022-05-10 22:53:48 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2022-05-10 22:53:48 +0300 |
| commit | e564cbdf27ba9568d59d8cce9b26c60322821bec (patch) | |
| tree | 0ecdb9aadd3d2d4477bf5209348fde869169d642 /Software/Visual_Studio/Tango.BL/Enumerations | |
| parent | f42516c06b3bb1f4f2f05384a4c341ee423aed82 (diff) | |
| download | Tango-e564cbdf27ba9568d59d8cce9b26c60322821bec.tar.gz Tango-e564cbdf27ba9568d59d8cce9b26c60322821bec.zip | |
Added TAG to TANGO_VERSION DB.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/Enumerations')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/Enumerations/ColorSpaces.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Software/Visual_Studio/Tango.BL/Enumerations/ColorSpaces.cs b/Software/Visual_Studio/Tango.BL/Enumerations/ColorSpaces.cs index 63970e879..d254475d9 100644 --- a/Software/Visual_Studio/Tango.BL/Enumerations/ColorSpaces.cs +++ b/Software/Visual_Studio/Tango.BL/Enumerations/ColorSpaces.cs @@ -49,11 +49,5 @@ namespace Tango.BL.Enumerations [Description("Catalog")] Catalog = 4, - /// <summary> - /// (HSB) - /// </summary> - [Description("HSB")] - HSB = 5, - } } |
