diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-07-23 11:33:41 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-07-23 11:33:41 +0300 |
| commit | 3987f9cab0cb3d0d15d0ba784db14be4472f45ca (patch) | |
| tree | 22b2dce8d1703fb5661376a8b23f9ca4e5a98688 /Software/Visual_Studio/Tango.Core | |
| parent | 3fc4e625860d6c847be251641b533ee280dc4693 (diff) | |
| download | Tango-3987f9cab0cb3d0d15d0ba784db14be4472f45ca.tar.gz Tango-3987f9cab0cb3d0d15d0ba784db14be4472f45ca.zip | |
Implemented color catalogs module.
Diffstat (limited to 'Software/Visual_Studio/Tango.Core')
| -rw-r--r-- | Software/Visual_Studio/Tango.Core/ExtensionMethods/ObservableCollectionExtensions.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Core/ExtensionMethods/ObservableCollectionExtensions.cs b/Software/Visual_Studio/Tango.Core/ExtensionMethods/ObservableCollectionExtensions.cs index a60121e63..59f813281 100644 --- a/Software/Visual_Studio/Tango.Core/ExtensionMethods/ObservableCollectionExtensions.cs +++ b/Software/Visual_Studio/Tango.Core/ExtensionMethods/ObservableCollectionExtensions.cs @@ -1,4 +1,5 @@ using System; +using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; |
